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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 縞痔 | 10001110110010001000111010100100 | 8ec88ea4 |
EUC-JP | 縞痔 | 10111100110010101011110010100110 | bccabca6 |
UTF-8 | 縞痔 | 111001111011100010011110111001111001011110010100 | e7b89ee79794 |
UHC | 縞痔 | 11111011110101101111011011000000 | fbd6f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)