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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瞎ル | 11100001110100001000001110001011 | e1d0838b |
EUC-JP | 瞎ル | 11100010110100101010010111101011 | e2d2a5eb |
UTF-8 | 瞎ル | 111001111001111010001110111000111000001110101011 | e79e8ee383ab |
UHC | ?ル | 001111111010101111101011 | 3fabeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)