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 | タ裴 | 110000001110010111101000 | c0e5e8 |
EUC-JP | タ裴 | 10001110110000001110101011101010 | 8ec0eaea |
UTF-8 | タ裴 | 111011111011111010000000111010001010001110110100 | efbe80e8a3b4 |
UHC | ?裴 | 001111111101101111010000 | 3fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)