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 | 瓦模瓦模^ | 100010101010001010010110110011011000101010100010100101101100110101011110 | 8aa296cd8aa296cd5e |
EUC-JP | 瓦模瓦模^ | 101101001010010011001100110011111011010010100100110011001100111101011110 | b4a4cccfb4a4cccf5e |
UTF-8 | 瓦模瓦模^ | 11100111100100111010011011100110101010001010000111100111100100111010011011100110101010001010000101011110 | e793a6e6a8a1e793a6e6a8a15e |
UHC | 瓦模瓦模^ | 111010001011111111011001101111001110100010111111110110011011110001011110 | e8bfd9bce8bfd9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)