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 | 茆瞎 | 11100100100110111110000111010000 | e49be1d0 |
EUC-JP | 茆瞎 | 11100111111110111110001011010010 | e7fbe2d2 |
UTF-8 | 茆瞎 | 111010001000110010000110111001111001111010001110 | e88c86e79e8e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)