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 | 窈??域?? | 1110001001110111001111110011111110001000111001100011111100111111 | e2773f3f88e63f3f |
EUC-JP | 窈??域?? | 1110001111011000001111110011111110110000111010000011111100111111 | e3d83f3fb0e83f3f |
UTF-8 | 窈녷솄域멱괍 | 111001111010101010001000111010111000010110110111111011001000011010000100111001011001111110011111111010111010100110110001111010101011010010001101 | e7aa88eb85b7ec8684e59f9feba9b1eab48d |
UHC | 窈녷솄域멱괍 | 111010011010000110000110111001101001100110001001111001101011010010111000111010001011000110100010 | e9a186e69989e6b4b8e8b1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)