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 | 瓦?鱗瓦 | 10001010101000100011111110010111110110001000101010100010 | 8aa23f97d88aa2 |
EUC-JP | 瓦杻鱗瓦 | 101101001010010010001111110000111010011011001110110110101011010010100100 | b4a48fc3a6cedab4a4 |
UTF-8 | 瓦杻鱗瓦 | 111001111001001110100110111001101001110110111011111010011011000110010111111001111001001110100110 | e793a6e69dbbe9b197e793a6 |
UHC | 瓦杻鱗瓦 | 1110100010111111110100101110111011010111111101111110100010111111 | e8bfd2eed7f7e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)