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 | 111001111000100110000110111010111010000010101010011010011110011110001001100001101110101110100000101010100110100101000010 | e78986eba0aa69e78986eba0aa6942 |
UHC | 牆렪i牆렪iB | 1110110111101101100011101011100001101001111011011110110110001110101110000110100101000010 | eded8eb869eded8eb86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)