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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 牆??龍F | 11100000101011010011111100111111100101111011010001000110 | e0ad3f3f97b446 |
EUC-JP | 牆??龍F | 11100000101011110011111100111111110011101011011001000110 | e0af3f3fceb646 |
UTF-8 | 牆쿡렱龍F | 11100111100010011000011011101100101111111010000111101011101000001011000111101001101111101000110101000110 | e78986ecbfa1eba0b1e9be8d46 |
UHC | 牆쿡렱龍F | 111011011110110111000100111011101000111010111110110101111010001101000110 | ededc4ee8ebed7a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)