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 | 顔? | 100010101110011100111111 | 8ae73f |
EUC-JP | 顔? | 101101001110100100111111 | b4e93f |
UTF-8 | 顔솨 | 111010011010000110010100111011001000011010101000 | e9a194ec86a8 |
UHC | 顔솨 | 11100100110101001011110011011101 | e4d4bcdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)