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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 髫倬囗B | 11101001100110101001100011101001100110101001100001000010 | e99a98e99a9842 |
EUC-JP | 髫倬囗B | 11110001111110101101000011101011110100111111100001000010 | f1fad0ebd3f842 |
UTF-8 | 髫倬囗B | 11101001101010111010101111100101100000001010110011100101100110111001011101000010 | e9ababe580ace59b9742 |
UHC | ?倬?B | 0011111111110110111100000011111101000010 | 3ff6f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)