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 | 嘆? | 100100100101000100111111 | 92513f |
EUC-JP | 嘆? | 110000111011001000111111 | c3b23f |
UTF-8 | 嘆句 | 111001011001100010000110111011111010010010000110 | e59886efa486 |
UHC | 嘆句 | 11110111101000111100111111111011 | f7a3cffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)