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 | 禹羃 | 11100010010110101110001110110000 | e25ae3b0 |
EUC-JP | 禹羃 | 11100011101110111110011010110010 | e3bbe6b2 |
UTF-8 | 禹羃 | 111001111010011010111001111001111011111010000011 | e7a6b9e7be83 |
UHC | 禹? | 111010011110000000111111 | e9e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)