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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮縞頡 | 100011101100111110001110110010001110100011110100 | 8ecf8ec8e8f4 |
EUC-JP | 煮縞頡 | 101111001101000110111100110010101111000011110110 | bcd1bccaf0f6 |
UTF-8 | 煮縞頡 | 111001111000010110101110111001111011100010011110111010011010000010100001 | e785aee7b89ee9a0a1 |
UHC | 煮縞? | 1110110110110100111110111101011000111111 | edb4fbd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)