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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嬪洟逞 | 100110110110110010011111101001001110011110010111 | 9b6c9fa4e797 |
EUC-JP | 嬪洟逞 | 110101011100110111011110101001101110110111110111 | d5cddea6edf7 |
UTF-8 | 嬪洟逞 | 111001011010110010101010111001101011010010011111111010011000000010011110 | e5acaae6b49fe9809e |
UHC | 嬪?逞 | 1101111010101110001111111101011011000001 | deae3fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)