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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 、靂イ | 111100001010011010100100111010001100110010110010 | f0a6a4e8ccb2 |
EUC-JP | ?、靂イ | 00111111100011101010010011110000110011101000111010110010 | 3f8ea4f0ce8eb2 |
UTF-8 | 、靂イ | 111011101000000110100101111011111011110110100100111010011001110110000010111011111011110110110010 | ee81a5efbda4e99d82efbdb2 |
UHC | ??靂? | 0011111100111111110101011111101000111111 | 3f3fd5fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)