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 | 縞蔔 | 10001110110010001110010011110111 | 8ec8e4f7 |
EUC-JP | 縞蔔 | 10111100110010101110100011111001 | bccae8f9 |
UTF-8 | 縞蔔 | 111001111011100010011110111010001001010010010100 | e7b89ee89494 |
UHC | 縞蔔 | 11111011110101101101110011011011 | fbd6dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)