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 | 淅茘 | 10011111110001101110010010101011 | 9fc6e4ab |
EUC-JP | 淅茘 | 11011110110010001110100010101101 | dec8e8ad |
UTF-8 | 淅茘 | 111001101011011110000101111010001000110010011000 | e6b785e88c98 |
UHC | 淅? | 111000001011001000111111 | e0b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)