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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湿謝湿偲^ | 100011101011110010001110110100111000111010111100100011101100001101011110 | 8ebc8ed38ebc8ec35e |
EUC-JP | 湿謝湿偲^ | 101111001011111010111100110101011011110010111110101111001100010101011110 | bcbebcd5bcbebcc55e |
UTF-8 | 湿謝湿偲^ | 11100110101110011011111111101000101011001001110111100110101110011011111111100101100000011011001001011110 | e6b9bfe8ac9de6b9bfe581b25e |
UHC | ?謝??^ | 001111111101111011110011001111110011111101011110 | 3fdef33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)