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 | ?H}?H{^ | 00111111010010000111110100111111010010000111101101011110 | 3f487d3f487b5e |
SJIS-WIN | 鴉H}鴉H{^ | 111010011110101101001000011111011110100111101011010010000111101101011110 | e9eb487de9eb487b5e |
EUC-JP | 鴉H}鴉H{^ | 111100101110110101001000011111011111001011101101010010000111101101011110 | f2ed487df2ed487b5e |
UTF-8 | 鴉H}鴉H{^ | 1110100110110100100010010100100001111101111010011011010010001001010010000111101101011110 | e9b489487de9b489487b5e |
UHC | 鴉H}鴉H{^ | 111001001011110001001000011111011110010010111100010010000111101101011110 | e4bc487de4bc487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)