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 | 撕鴿鶸 | 100111011001100111101001111110011110101001010011 | 9d99e9f9ea53 |
EUC-JP | 撕鴿鶸 | 110110011111100111110010111110111111001110110100 | d9f9f2fbf3b4 |
UTF-8 | 撕鴿鶸 | 111001101001001010010101111010011011010010111111111010011011011010111000 | e69295e9b4bfe9b6b8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)