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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ?庶???@B | 0011111110001111100011100011111100111111001111110100000001000010 | 3f8f8e3f3f3f4042 |
EUC-JP | ?庶???@B | 0011111110111101111011100011111100111111001111110100000001000010 | 3fbdee3f3f3f4042 |
UTF-8 | 렱庶렋렯렏@B | 1110101110100000101100011110010110111010101101101110101110100000100010111110101110100000101011111110101110100000100011110100000001000010 | eba0b1e5bab6eba08beba0afeba08f4042 |
UHC | 렱庶렋렯렏@B | 100011101011111011011111111011101000111010100010100011101011110010001110101001010100000001000010 | 8ebedfee8ea28ebc8ea54042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)