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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 中勒中 | 100100101000011011101000110100111001001010000110 | 9286e8d39286 |
EUC-JP | 中勒中 | 110000111110011011110000110101011100001111100110 | c3e6f0d5c3e6 |
UTF-8 | 中勒中 | 111001001011100010101101111001011000101110010010111001001011100010101101 | e4b8ade58b92e4b8ad |
UHC | 中勒中 | 111100011110100111010111110011011111000111101001 | f1e9d7cdf1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)