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 | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | ?懃???OB | 0011111110011100111001110011111100111111001111110100111101000010 | 3f9ce73f3f3f4f42 |
EUC-JP | ?懃???OB | 0011111111011000111010010011111100111111001111110100111101000010 | 3fd8e93f3f3f4f42 |
UTF-8 | 렻懃렏렻렮OB | 1110101110100000101110111110011010000111100000111110101110100000100011111110101110100000101110111110101110100000101011100100111101000010 | eba0bbe68783eba08feba0bbeba0ae4f42 |
UHC | 렻懃렏렻렮OB | 100011101100001111010000110001001000111010100101100011101100001110001110101110110100111101000010 | 8ec3d0c48ea58ec38ebb4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)