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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 赦蛇S捨 | 10001110110011011000111011010110010100111000111011001100 | 8ecd8ed6538ecc |
EUC-JP | 赦蛇S捨 | 10111100110011111011110011011000010100111011110011001110 | bccfbcd853bcce |
UTF-8 | 赦蛇S捨 | 11101000101101011010011011101000100110111000011101010011111001101000110110101000 | e8b5a6e89b8753e68da8 |
UHC | 赦蛇S捨 | 11011110111101011101111011101111010100111101111011010111 | def5deef53ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)