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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鵝??悠?F | 1110101001000000001111110011111110010111010010010011111101000110 | ea403f3f97493f46 |
EUC-JP | 鵝??悠?F | 1111001110100001001111110011111111001101101010100011111101000110 | f3a13f3fcdaa3f46 |
UTF-8 | 鵝숈뮉悠뛄F | 11101001101101011001110111101100100010001000100011101011101011101000100111100110100000101010000011101011100110111000010001000110 | e9b59dec8888ebae89e682a0eb9b8446 |
UHC | 鵝숈뮉悠뛄F | 1110010010111101100110011110110010010010100101111110101011101101100011010100001001000110 | e4bd99ec9297eaed8d4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)