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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?朞綢h | 001111111001111001001101111000110110000101101000 | 3f9e4de36168 |
EUC-JP | ?朞綢h | 001111111101101110101110111001011100001001101000 | 3fdbaee5c268 |
UTF-8 | 룵朞綢h | 11101011101000111011010111100110100111001001111011100111101101101010001001101000 | eba3b5e69c9ee7b6a268 |
UHC | 룵朞綢h | 10001111101010101101000110100001111100011100011001101000 | 8faad1a1f1c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)