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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 佇?@B | 1001100011001000001111110100000001000010 | 98c83f4042 |
EUC-JP | 佇?@B | 1101000011001010001111110100000001000010 | d0ca3f4042 |
UTF-8 | 佇렡@B | 1110010010111101100001111110101110100000101000010100000001000010 | e4bd87eba0a14042 |
UHC | 佇렡@B | 111011101011011110001110101100100100000001000010 | eeb78eb24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)