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 | ?OB | 001111110100111101000010 | 3f4f42 |
SJIS-WIN | 咤OB | 10011010010000100100111101000010 | 9a424f42 |
EUC-JP | 咤OB | 11010011101000110100111101000010 | d3a34f42 |
UTF-8 | 咤OB | 1110010110010010101001000100111101000010 | e592a44f42 |
UHC | 咤OB | 11110110111000110100111101000010 | f6e34f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)