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 | 倭惡 | 10011000011000001001110010100110 | 98609ca6 |
EUC-JP | 倭惡 | 11001111110000011101100010101000 | cfc1d8a8 |
UTF-8 | 倭惡 | 111001011000000010101101111001101000001110100001 | e580ade683a1 |
UHC | 倭惡 | 11101000110111101110010011000010 | e8dee4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)