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 | 111001111000100110000110111010111010000010010011011010011110011110001001100001101110101110100000100100110110100101000010 | e78986eba09369e78986eba0936942 |
UHC | 牆렓i牆렓iB | 1110110111101101100011101010100001101001111011011110110110001110101010000110100101000010 | eded8ea869eded8ea86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)