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 | 禹肆 | 11100010010110101110001111100110 | e25ae3e6 |
EUC-JP | 禹肆 | 11100011101110111110011011101000 | e3bbe6e8 |
UTF-8 | 禹肆 | 111001111010011010111001111010001000001010000110 | e7a6b9e88286 |
UHC | 禹肆 | 11101001111000001101111011101011 | e9e0deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)