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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 涌咤U | 1001011101001111100110100100001001010101 | 974f9a4255 |
EUC-JP | 涌咤U | 1100110110110000110100111010001101010101 | cdb0d3a355 |
UTF-8 | 涌咤U | 11100110101101101000110011100101100100101010010001010101 | e6b68ce592a455 |
UHC | 涌咤U | 1110100110111111111101101110001101010101 | e9bff6e355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)