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 | 誦莓 | 11100110011101011110010010010110 | e675e496 |
EUC-JP | 誦莓 | 11101011110101101110011111110110 | ebd6e7f6 |
UTF-8 | 誦莓 | 111010001010101010100110111010001000111010010011 | e8aaa6e88e93 |
UHC | 誦? | 111000011110100100111111 | e1e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)