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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ?懃?h?懃? | 001111111001110011100111001111110110100000111111100111001110011100111111 | 3f9ce73f683f9ce73f |
EUC-JP | ?懃?h?懃? | 001111111101100011101001001111110110100000111111110110001110100100111111 | 3fd8e93f683fd8e93f |
UTF-8 | 렻懃렒h렻懃렒 | 11101011101000001011101111100110100001111000001111101011101000001001001001101000111010111010000010111011111001101000011110000011111010111010000010010010 | eba0bbe68783eba09268eba0bbe68783eba092 |
UHC | 렻懃렒h렻懃렒 | 10001110110000111101000011000100100011101010011101101000100011101100001111010000110001001000111010100111 | 8ec3d0c48ea7688ec3d0c48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)