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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 題?邑??@h | 100100011110100000111111100101110101011100111111001111110100000001101000 | 91e83f97573f3f4068 |
EUC-JP | 題?邑??@h | 110000101110101000111111110011011011100000111111001111110100000001101000 | c2ea3fcdb83f3f4068 |
UTF-8 | 題렖邑띈욱@h | 1110100110100001100011001110101110100000100101101110100110000010100100011110101110011101100010001110110010011010101100010100000001101000 | e9a18ceba096e98291eb9d88ec9ab14068 |
UHC | 題렖邑띈욱@h | 111100001011100110001110101010111110101111101001101101101110100010111111111011010100000001101000 | f0b98eabebe9b6e8bfed4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)