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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 榮??o | 1001111011000100001111110011111101101111 | 9ec43f3f6f |
EUC-JP | 榮??o | 1101110011000110001111110011111101101111 | dcc63f3f6f |
UTF-8 | 榮녺궎o | 11100110101001101010111011101011100001011011101011101010101101101000111001101111 | e6a6aeeb85baeab68e6f |
UHC | 榮녺궎o | 11100111101101001000011011100111100000101010010001101111 | e7b486e782a46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)