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 | 齬? | 111010101001011100111111 | ea973f |
EUC-JP | 齬? | 111100111111011100111111 | f3f73f |
UTF-8 | 齬튔 | 111010011011110110101100111011011000101010010100 | e9bdaced8a94 |
UHC | 齬튔 | 11100101111000011011101001000110 | e5e1ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)