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 | 1110010110101011100010011111110001000010 | e5ab89fc42 |
EUC-JP | 雖改B | 1110101010101101101100101111111001000010 | eaadb2fe42 |
UTF-8 | 雖改B | 11101001100110111001011011100110100101001011100101000010 | e99b96e694b942 |
UHC | 雖改B | 1110001011001100110010111100011101000010 | e2cccbc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)