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 | 娃穩 | 10001000101000011110001001110010 | 88a1e272 |
EUC-JP | 娃穩 | 10110000101000111110001111010011 | b0a3e3d3 |
UTF-8 | 娃穩 | 111001011010100010000011111001111010100110101001 | e5a883e7a9a9 |
UHC | 娃穩 | 11101000110111111110100010110001 | e8dfe8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)