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 | 1000111011001100111100111010110101000010 | 8eccf3ad42 |
EUC-JP | 捨?B | 10111100110011100011111101000010 | bcce3f42 |
UTF-8 | 捨B | 11100110100011011010100011101110100010101010000001000010 | e68da8ee8aa042 |
UHC | 捨?B | 11011110110101110011111101000010 | ded73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)