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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巐ク靤スB | 11111010101101101011100011101000110100001011110101000010 | fab6b8e8d0bd42 |
EUC-JP | 巐ク靤スB | 10001111101110111111100110001110101110001111000011010010100011101011110101000010 | 8fbbf98eb8f0d28ebd42 |
UTF-8 | 巐ク靤スB | 11100101101101111001000011101111101111011011100011101001100111011010010011101111101111011011110101000010 | e5b790efbdb8e99da4efbdbd42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)