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? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ノハB襞 | 1100100111001010010000101110010111111100 | c9ca42e5fc |
EUC-JP | ノハB襞 | 10001110110010011000111011001010010000101110101011111110 | 8ec98eca42eafe |
UTF-8 | ノハB襞 | 11101111101111101000100111101111101111101000101001000010111010001010010110011110 | efbe89efbe8a42e8a59e |
UHC | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)