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 | 1000111011011111100011101101011001000010 | 8edf8ed642 |
EUC-JP | 釈蛇B | 1011110011100001101111001101100001000010 | bce1bcd842 |
UTF-8 | 釈蛇B | 11101001100001111000100011101000100110111000011101000010 | e98788e89b8742 |
UHC | ?蛇B | 00111111110111101110111101000010 | 3fdeef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)