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 | 邉檀 | 11100111101100111001001001101000 | e7b39268 |
EUC-JP | 邉檀 | 11101110101101011100001111001001 | eeb5c3c9 |
UTF-8 | 邉檀 | 111010011000001010001001111001101010101010000000 | e98289e6aa80 |
UHC | ?檀 | 001111111101001110101010 | 3fd3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)