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 | 堊个 | 10011010101111111001100010100010 | 9abf98a2 |
EUC-JP | 堊个 | 11010100110000011101000010100100 | d4c1d0a4 |
UTF-8 | 堊个 | 111001011010000010001010111001001011100010101010 | e5a08ae4b8aa |
UHC | 堊? | 111001001011111000111111 | e4be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)