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 | 鹹}鹹{^ | 11101010011000110111110111101010011000110111101101011110 | ea637dea637b5e |
EUC-JP | 鹹}鹹{^ | 11110011110001000111110111110011110001000111101101011110 | f3c47df3c47b5e |
UTF-8 | 鹹}鹹{^ | 111010011011100110111001011111011110100110111001101110010111101101011110 | e9b9b97de9b9b97b5e |
UHC | 鹹}鹹{^ | 11111001111010010111110111111001111010010111101101011110 | f9e97df9e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)