To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 勺消ヲ耳 | 10001110110110011000111111000001101001101000111010101000 | 8ed98fc1a68ea8 |
EUC-JP | 勺消ヲ耳 | 1011110011011011101111101100001110001110101001101011110010101010 | bcdbbec38ea6bcaa |
UTF-8 | 勺消ヲ耳 | 111001011000101110111010111001101011011010001000111011111011110110100110111010001000000010110011 | e58bbae6b688efbda6e880b3 |
UHC | 勺消?耳 | 11101101110000111110000110111100001111111110110010111100 | edc3e1bc3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)