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?領? | 001111111001011111001100001111110110100000111111100101111100110000111111 | 3f97cc3f683f97cc3f |
EUC-JP | ?領?h?領? | 001111111100111011001110001111110110100000111111110011101100111000111111 | 3fcece3f683fcece3f |
UTF-8 | 렻領렰h렻領렰 | 11101011101000001011101111101001101000001001100011101011101000001011000001101000111010111010000010111011111010011010000010011000111010111010000010110000 | eba0bbe9a098eba0b068eba0bbe9a098eba0b0 |
UHC | 렻領렰h렻領렰 | 10001110110000111101011011000101100011101011110101101000100011101100001111010110110001011000111010111101 | 8ec3d6c58ebd688ec3d6c58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)