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 | 瞎鋻 | 11100001110100001111101111011001 | e1d0fbd9 |
EUC-JP | 瞎鋻 | 1110001011010010100011111110010011010001 | e2d28fe4d1 |
UTF-8 | 瞎鋻 | 111001111001111010001110111010011000101110111011 | e79e8ee98bbb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)