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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 勺勺B | 100011101101100111110011110010101000111011011001111100111100101001000010 | 8ed9f3ca8ed9f3ca42 |
EUC-JP | 勺?勺?B | 10111100110110110011111110111100110110110011111101000010 | bcdb3fbcdb3f42 |
UTF-8 | 勺勺B | 11100101100010111011101011101110100010101011110111100101100010111011101011101110100010101011110101000010 | e58bbaee8abde58bbaee8abd42 |
UHC | 勺?勺?B | 11101101110000110011111111101101110000110011111101000010 | edc33fedc33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)