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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓦魄瓦白^ | 100010101010001011101001101011101000101010100010100101001001001001011110 | 8aa2e9ae8aa294925e |
EUC-JP | 瓦魄瓦白^ | 101101001010010011110010101100001011010010100100110001111111001001011110 | b4a4f2b0b4a4c7f25e |
UTF-8 | 瓦魄瓦白^ | 11100111100100111010011011101001101011011000010011100111100100111010011011100111100110011011110101011110 | e793a6e9ad84e793a6e799bd5e |
UHC | 瓦魄瓦白^ | 111010001011111111011011110111101110100010111111110110111101110001011110 | e8bfdbdee8bfdbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)