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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 牆?i牆?iB | 111000001010110100111111011010011110000010101101001111110110100101000010 | e0ad3f69e0ad3f6942 |
EUC-JP | 牆?i牆?iB | 111000001010111100111111011010011110000010101111001111110110100101000010 | e0af3f69e0af3f6942 |
UTF-8 | 牆렮i牆렮iB | 111001111000100110000110111010111010000010101110011010011110011110001001100001101110101110100000101011100110100101000010 | e78986eba0ae69e78986eba0ae6942 |
UHC | 牆렮i牆렮iB | 1110110111101101100011101011101101101001111011011110110110001110101110110110100101000010 | eded8ebb69eded8ebb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)