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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??愿?? | 1110001001110111001111110011111110011100110000110011111100111111 | e2773f3f9cc33f3f |
EUC-JP | 窈??愿?? | 1110001111011000001111110011111111011000110001010011111100111111 | e3d83f3fd8c53f3f |
UTF-8 | 窈띾뿤愿긺툓 | 111001111010101010001000111010111001110110111110111010111011111110100100111001101000010010111111111010101011100010111010111011011000100010010011 | e7aa88eb9dbeebbfa4e684bfeab8baed8893 |
UHC | 窈띾뿤愿긺툓 | 111010011010000110001101111010111001011110100100111010101011010010110001111001111011100010001010 | e9a18deb97a4eab4b1e7b88a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)