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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 赦鴫y赦鴫yB | 1000111011001101100011101011000001111001100011101100110110001110101100000111100101000010 | 8ecd8eb0798ecd8eb07942 |
EUC-JP | 赦鴫y赦鴫yB | 1011110011001111101111001011001001111001101111001100111110111100101100100111100101000010 | bccfbcb279bccfbcb27942 |
UTF-8 | 赦鴫y赦鴫yB | 111010001011010110100110111010011011010010101011011110011110100010110101101001101110100110110100101010110111100101000010 | e8b5a6e9b4ab79e8b5a6e9b4ab7942 |
UHC | 赦?y赦?yB | 110111101111010100111111011110011101111011110101001111110111100101000010 | def53f79def53f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)