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 | 00111111001111110011111100111111010111100100000001000010 | 3f3f3f3f5e4042 |
SJIS-WIN | ヘロ^@B | 110011011101101111110110101101001111001110110101010111100100000001000010 | cddbf6b4f3b55e4042 |
EUC-JP | ヘロ??^@B | 100011101100110110001110110110110011111100111111010111100100000001000010 | 8ecd8edb3f3f5e4042 |
UTF-8 | ヘロ^@B | 111011111011111010001101111011111011111010011011111011101001001110011011111011101000101010101000010111100100000001000010 | efbe8defbe9bee939bee8aa85e4042 |
UHC | ????^@B | 00111111001111110011111100111111010111100100000001000010 | 3f3f3f3f5e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)