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 | 阿? | 100010001010001000111111 | 88a23f |
EUC-JP | 阿璇 | 1011000010100100100011111100110011001111 | b0a48fcccf |
UTF-8 | 阿璇 | 111010011001100010111111111001111001001010000111 | e998bfe79287 |
UHC | 阿璇 | 11100100101110011110000011000110 | e4b9e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)