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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 雍貞峙B | 11101000101101001001001011100101100110111011001101000010 | e8b492e59bb342 |
EUC-JP | 雍貞峙B | 11110000101101101100010011100111110101101011010101000010 | f0b6c4e7d6b542 |
UTF-8 | 雍貞峙B | 11101001100110111000110111101000101100101001111011100101101100111001100101000010 | e99b8de8b29ee5b39942 |
UHC | 雍貞峙B | 11101000101111001110111111110110111101101011100101000010 | e8bceff6f6b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)