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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 弟?擬?h | 10010010111011010011111110001011010110110011111101101000 | 92ed3f8b5b3f68 |
EUC-JP | 弟?擬?h | 11000100111011110011111110110101101111000011111101101000 | c4ef3fb5bc3f68 |
UTF-8 | 弟렪擬렫h | 11100101101111001001111111101011101000001010101011100110100100111010110011101011101000001010101101101000 | e5bc9feba0aae693aceba0ab68 |
UHC | 弟렪擬렫h | 111100001010100110001110101110001110101111110100100011101011100101101000 | f0a98eb8ebf48eb968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)