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 | 11100110101100100100000011100110101100100100000001000010 | e6b240e6b24042 |
EUC-JP | 豐@豐@B | 11101100101101000100000011101100101101000100000001000010 | ecb440ecb44042 |
UTF-8 | 豐@豐@B | 111010001011000110010000010000001110100010110001100100000100000001000010 | e8b19040e8b1904042 |
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)