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 | エ靼 | 1111001010111111101101001110100011011000 | f2bfb4e8d8 |
EUC-JP | ?エ靼 | 0011111110001110101101001111000011011010 | 3f8eb4f0da |
UTF-8 | エ靼 | 111011101000011110110110111011111011110110110100111010011001110110111100 | ee87b6efbdb4e99dbc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)