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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆雁ョ、 | 111010011010000010001010111001011010111010100100 | e9a08ae5aea4 |
EUC-JP | 鬆雁ョ、 | 1111001010100010101101001110011110001110101011101000111010100100 | f2a2b4e78eae8ea4 |
UTF-8 | 鬆雁ョ、 | 111010011010110010000110111010011001101110000001111011111011110110101110111011111011110110100100 | e9ac86e99b81efbdaeefbda4 |
UHC | ?雁?? | 0011111111100100110100100011111100111111 | 3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)