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 | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 碩`碩OB | 10010000110101110110000010010000110101110100111101000010 | 90d76090d74f42 |
EUC-JP | 碩`碩OB | 11000000110110010110000011000000110110010100111101000010 | c0d960c0d94f42 |
UTF-8 | 碩`碩OB | 111001111010001010101001011000001110011110100010101010010100111101000010 | e7a2a960e7a2a94f42 |
UHC | 碩`碩OB | 11100000101101010110000011100000101101010100111101000010 | e0b560e0b54f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)