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 | 鯊曠 | 11101001110000001001111001000100 | e9c09e44 |
EUC-JP | 鯊曠 | 11110010110000101101101110100101 | f2c2dba5 |
UTF-8 | 鯊曠 | 111010011010111110001010111001101001101110100000 | e9af8ae69ba0 |
UHC | ?曠 | 001111111100111011000111 | 3fcec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)