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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ??惡B? | 001111110011111110011100101001100100001000111111 | 3f3f9ca6423f |
EUC-JP | ??惡B? | 001111110011111111011000101010000100001000111111 | 3f3fd8a8423f |
UTF-8 | 롍렍惡B뤾 | 11101011101000011000110111101011101000001000110111100110100000111010000101000010111010111010010010111110 | eba18deba08de683a142eba4be |
UHC | 롍렍惡B뤾 | 100011101101001110001110101000111110010011000010010000101000111111101010 | 8ed38ea3e4c2428fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)