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樂띶틕 | 11101111101001101011111111101011100111011011011011101101100010111001010101101000111011111010011010111111111010111001110110110110111011011000101110010101 | efa6bfeb9db6ed8b9568efa6bfeb9db6ed8b95 |
UHC | 樂띶틕h樂띶틕 | 11101000111110011000110111100101101110101000001101101000111010001111100110001101111001011011101010000011 | e8f98de5ba8368e8f98de5ba83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)