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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珈瞎獺 | 111000001101101111100001110100001110000011011010 | e0dbe1d0e0da |
EUC-JP | 珈瞎獺 | 111000001101110111100010110100101110000011011100 | e0dde2d2e0dc |
UTF-8 | 珈瞎獺 | 111001111000111110001000111001111001111010001110111001111000110110111010 | e78f88e79e8ee78dba |
UHC | ??獺 | 00111111001111111101001110110111 | 3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)