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 | 100100101010010000111111100101110101011100111111001111110100000001101000 | 92a43f97573f3f4068 |
EUC-JP | 彫?邑??@h | 110001001010011000111111110011011011100000111111001111110100000001101000 | c4a63fcdb83f3f4068 |
UTF-8 | 彫렣邑띈욱@h | 1110010110111101101010111110101110100000101000111110100110000010100100011110101110011101100010001110110010011010101100010100000001101000 | e5bdabeba0a3e98291eb9d88ec9ab14068 |
UHC | 彫렣邑띈욱@h | 111100001100000110001110101101001110101111101001101101101110100010111111111011010100000001101000 | f0c18eb4ebe9b6e8bfed4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)