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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 禮蕈}禮蕈{^ | 1110001001011000111001001111110001111101111000100101100011100100111111000111101101011110 | e258e4fc7de258e4fc7b5e |
EUC-JP | 禮蕈}禮蕈{^ | 1110001110111001111010001111111001111101111000111011100111101000111111100111101101011110 | e3b9e8fe7de3b9e8fe7b5e |
UTF-8 | 禮蕈}禮蕈{^ | 111001111010011010101110111010001001010110001000011111011110011110100110101011101110100010010101100010000111101101011110 | e7a6aee895887de7a6aee895887b5e |
UHC | 禮?}禮?{^ | 110101101100100100111111011111011101011011001001001111110111101101011110 | d6c93f7dd6c93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)