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 | 彗??形 | 100111000110000100111111001111111000110001100000 | 9c613f3f8c60 |
EUC-JP | 彗??形 | 110101111100001000111111001111111011011111000001 | d7c23f3fb7c1 |
UTF-8 | 彗딈궙形 | 111001011011110110010111111010111001010010001000111010101011011010011001111001011011110110100010 | e5bd97eb9488eab699e5bda2 |
UHC | 彗딈궙形 | 1111101110110010100010101110111010000010101011101111101110100001 | fbb28aee82aefba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)