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 | 碎倭 | 11100001111010101001100001100000 | e1ea9860 |
EUC-JP | 碎倭 | 11100010111011001100111111000001 | e2eccfc1 |
UTF-8 | 碎倭 | 111001111010001010001110111001011000000010101101 | e7a28ee580ad |
UHC | 碎倭 | 11100001111011111110100011011110 | e1efe8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)