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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 壕菰壕菰B | 100011011000100010001100110101001000110110001000100011001101010001000010 | 8d888cd48d888cd442 |
EUC-JP | 壕菰壕菰B | 101110011110100010111000110101101011100111101000101110001101011001000010 | b9e8b8d6b9e8b8d642 |
UTF-8 | 壕菰壕菰B | 11100101101000111001010111101000100011111011000011100101101000111001010111101000100011111011000001000010 | e5a395e88fb0e5a395e88fb042 |
UHC | 壕菰壕菰B | 111110111011110111001101110010101111101110111101110011011100101001000010 | fbbdcdcafbbdcdca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)