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 | ÀÎÑ? | 11000000110011101101000100111111 | c0ced13f |
SJIS-WIN | ???$ | 0011111100111111001111111000000110010000 | 3f3f3f8190 |
EUC-JP | ÀÎÑ$ | 1000111110101010101000101000111110101010110000101000111110101010110100001010000111110000 | 8faaa28faac28faad0a1f0 |
UTF-8 | ÀÎÑ$ | 110000111000000011000011100011101100001110010001111011111011110010000100 | c380c38ec391efbc84 |
UHC | ???$ | 0011111100111111001111111010001110100100 | 3f3f3fa3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)