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 | 11100110111110001011101011100111100110101011101001000010 | e6f8bae79aba42 |
EUC-JP | 蹂コ逧コB | 111011001111101010001110101110101110110111111010100011101011101001000010 | ecfa8ebaedfa8eba42 |
UTF-8 | 蹂コ逧コB | 11101000101110011000001011101111101111011011101011101001100000001010011111101111101111011011101001000010 | e8b982efbdbae980a7efbdba42 |
UHC | 蹂???B | 111010111011001100111111001111110011111101000010 | ebb33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)