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 | 窈??敖?? | 1110001001110111001111110011111110011101110000100011111100111111 | e2773f3f9dc23f3f |
EUC-JP | 窈??敖?? | 1110001111011000001111110011111111011010110001000011111100111111 | e3d83f3fdac43f3f |
UTF-8 | 窈놅쉿敖밟댌 | 111001111010101010001000111010111000011010000101111011001000100110111111111001101001010110010110111010111011000010011111111010111000110010001100 | e7aa88eb8685ec89bfe69596ebb09feb8c8c |
UHC | 窈놅쉿敖밟댌 | 111010011010000110000110111011111011110110110010111001111111100110111001111000101000100010110101 | e9a186efbdb2e7f9b9e288b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)