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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 鞍}鞍{^ | 10001000110001100111110110001000110001100111101101011110 | 88c67d88c67b5e |
EUC-JP | 鞍}鞍{^ | 10110000110010000111110110110000110010000111101101011110 | b0c87db0c87b5e |
UTF-8 | 鞍}鞍{^ | 111010011001111010001101011111011110100110011110100011010111101101011110 | e99e8d7de99e8d7b5e |
UHC | 鞍}鞍{^ | 11100100110100110111110111100100110100110111101101011110 | e4d37de4d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)