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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繰莞 | 10001100010010101000101011001110 | 8c4a8ace |
EUC-JP | 繰莞 | 10110111101010111011010011010000 | b7abb4d0 |
UTF-8 | 繰莞 | 111001111011100110110000111010001000111010011110 | e7b9b0e88e9e |
UHC | 繰莞 | 11110000110110111110100011010100 | f0dbe8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)