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 | 甕鵝甕鵝^ | 111000010101000011101010010000001110000101010000111010100100000001011110 | e150ea40e150ea405e |
EUC-JP | 甕鵝甕鵝^ | 111000011011000111110011101000011110000110110001111100111010000101011110 | e1b1f3a1e1b1f3a15e |
UTF-8 | 甕鵝甕鵝^ | 11100111100101001001010111101001101101011001110111100111100101001001010111101001101101011001110101011110 | e79495e9b59de79495e9b59d5e |
UHC | 甕鵝甕鵝^ | 111010001011100011100100101111011110100010111000111001001011110101011110 | e8b8e4bde8b8e4bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)