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 | 10001110101100111110011011000100100011101101010001000010 | 8eb3e6c48ed442 |
EUC-JP | 宍貽車B | 10111100101101011110110011000110101111001101011001000010 | bcb5ecc6bcd642 |
UTF-8 | 宍貽車B | 11100101101011101000110111101000101100101011110111101000101110111000101001000010 | e5ae8de8b2bde8bb8a42 |
UHC | ?貽車B | 001111111110110011000010111100111011001101000010 | 3fecc2f3b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)