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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 轢ッF | 11100111100000001010111101000110 | e780af46 |
EUC-JP | 轢ッF | 1110110111100000100011101010111101000110 | ede08eaf46 |
UTF-8 | 轢ッF | 11101000101111011010001011101111101111011010111101000110 | e8bda2efbdaf46 |
UHC | 轢?F | 11010101111110010011111101000110 | d5f93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)