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 | 窈????? | 11100010011101110011111100111111001111110011111100111111 | e2773f3f3f3f3f |
EUC-JP | 窈????? | 11100011110110000011111100111111001111110011111100111111 | e3d83f3f3f3f3f |
UTF-8 | 窈륅쉔溫싢닜 | 111001111010101010001000111010111010010110000101111011001000100110010100111001101011101010101011111011001000101110100010111010111000101110011100 | e7aa88eba585ec8994e6baabec8ba2eb8b9c |
UHC | 窈륅쉔溫싢닜 | 111010011010000110001111111011111011110110101000111010001010111010011010111000101000100010011101 | e9a18fefbda8e8ae9ae2889d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)