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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 晳荅E | 11111010110110011111001010111100111001001010011101000101 | fad9f2bce4a745 |
EUC-JP | 晳?荅E | 10001111110000101100010000111111111010001010100101000101 | 8fc2c43fe8a945 |
UTF-8 | 晳荅E | 11100110100110011011001111101110100001111011001111101000100011011000010101000101 | e699b3ee87b3e88d8545 |
UHC | 晳??E | 1110000010101111001111110011111101000101 | e0af3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)