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 | 馬? | 100101000110111000111111 | 946e3f |
EUC-JP | 馬? | 110001111100111100111111 | c7cf3f |
UTF-8 | 馬뜯 | 111010011010011010101100111010111001110010101111 | e9a6aceb9caf |
UHC | 馬뜯 | 11011000101010011011011011100010 | d8a9b6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)