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 | 誦狛 | 11100110011101011000110110011101 | e6758d9d |
EUC-JP | 誦狛 | 11101011110101101011100111111101 | ebd6b9fd |
UTF-8 | 誦狛 | 111010001010101010100110111001111000101110011011 | e8aaa6e78b9b |
UHC | 誦? | 111000011110100100111111 | e1e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)