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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窈??梧? | 11100010011101110011111100111111100011001110011000111111 | e2773f3f8ce63f |
EUC-JP | 窈??梧? | 11100011110110000011111100111111101110001110100000111111 | e3d83f3fb8e83f |
UTF-8 | 窈뗰슝梧녔 | 111001111010101010001000111010111001011110110000111011001000101010011101111001101010001010100111111010111000010110010100 | e7aa88eb97b0ec8a9de6a2a7eb8594 |
UHC | 窈뗰슝梧녔 | 11101001101000011000101111101111101111011011100111100111111111001011001111100110 | e9a18befbdb9e7fcb3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)