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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 렻爐렫h렻爐렫 | 11101011101000001011101111101111101001001011001011101011101000001010101101101000111010111010000010111011111011111010010010110010111010111010000010101011 | eba0bbefa4b2eba0ab68eba0bbefa4b2eba0ab |
UHC | 렻爐렫h렻爐렫 | 10001110110000111101001011000100100011101011100101101000100011101100001111010010110001001000111010111001 | 8ec3d2c48eb9688ec3d2c48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)