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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 涌哭B | 1001011101001111100110100100110001000010 | 974f9a4c42 |
EUC-JP | 涌哭B | 1100110110110000110100111010110101000010 | cdb0d3ad42 |
UTF-8 | 涌哭B | 11100110101101101000110011100101100100111010110101000010 | e6b68ce593ad42 |
UHC | 涌哭B | 1110100110111111110011011101011001000010 | e9bfcdd642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)