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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 灼杓@h | 100011101101110010001110110110110100000001101000 | 8edc8edb4068 |
EUC-JP | 灼杓@h | 101111001101111010111100110111010100000001101000 | bcdebcdd4068 |
UTF-8 | 灼杓@h | 1110011110000001101111001110011010011101100100110100000001101000 | e781bce69d934068 |
UHC | 灼杓@h | 111011011100011111111000111101010100000001101000 | edc7f8f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)