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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 循??@h | 100011110111101000111111001111110100000001101000 | 8f7a3f3f4068 |
EUC-JP | 循??@h | 101111011101101100111111001111110100000001101000 | bddb3f3f4068 |
UTF-8 | 循쑣켫@h | 1110010110111110101010101110110010010001101000111110110010111100101010110100000001101000 | e5beaaec91a3ecbcab4068 |
UHC | 循쑣켫@h | 1110001011100000100111001100001010110001011001110100000001101000 | e2e09cc2b1674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)