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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 鯀@鯀@B | 11101001101111110100000011101001101111110100000001000010 | e9bf40e9bf4042 |
EUC-JP | 鯀@鯀@B | 11110010110000010100000011110010110000010100000001000010 | f2c140f2c14042 |
UTF-8 | 鯀@鯀@B | 111010011010111110000000010000001110100110101111100000000100000001000010 | e9af8040e9af804042 |
UHC | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)