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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜩臥崗嶸ケ | 111001011001001110001001111001111001101110111100111110101011010010111001 | e59389e79bbcfab4b9 |
EUC-JP | 蜩臥崗嶸ケ | 1110100111110011101100101110100111010110101111101000111110111011111101001000111010111001 | e9f3b2e9d6be8fbbf48eb9 |
UTF-8 | 蜩臥崗嶸ケ | 111010001001110010101001111010001000011110100101111001011011010010010111111001011011011010111000111011111011110110111001 | e89ca9e887a5e5b497e5b6b8efbdb9 |
UHC | ?臥崗嶸? | 0011111111101000110000101100101110101011111001111010111000111111 | 3fe8c2cbabe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)