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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓮←?獰 | 11100001010001001000000110101001001111111110000011010110 | e14481a93fe0d6 |
EUC-JP | 瓮←?獰 | 11100001101001011010001010101011001111111110000011011000 | e1a5a2ab3fe0d8 |
UTF-8 | 瓮←븫獰 | 111001111001001110101110111000101000011010010000111010111011100010101011111001111000110110110000 | e793aee28690ebb8abe78db0 |
UHC | 瓮←븫獰 | 1110100010110111101000011110011110010101100101001110011110111110 | e8b7a1e79594e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)