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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢ケ閼帷瓦 | 111001011010001110111001111010001000010010011011111001111000101010100010 | e5a3b9e8849be78aa2 |
EUC-JP | 螢ケ閼帷瓦 | 11101010101001011000111010111001111011111110010011010110111010011011010010100100 | eaa58eb9efe4d6e9b4a4 |
UTF-8 | 螢ケ閼帷瓦 | 111010001001111010100010111011111011110110111001111010011001011010111100111001011011100010110111111001111001001110100110 | e89ea2efbdb9e996bce5b8b7e793a6 |
UHC | 螢?閼?瓦 | 1111101110101011001111111110010011011001001111111110100010111111 | fbab3fe4d93fe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)