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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ???∵@B | 00111111001111110011111110000001111001100100000001000010 | 3f3f3f81e64042 |
EUC-JP | ??鋌∵@B | 001111110011111110001111111001001011101110100010111010000100000001000010 | 3f3f8fe4bba2e84042 |
UTF-8 | 룴찼鋌∵@B | 1110101110100011101101001110110010110000101111001110100110001011100011001110001010001000101101010100000001000010 | eba3b4ecb0bce98b8ce288b54042 |
UHC | 룴찼鋌∵@B | 10001111101010011100001110100001111011111111101110100001111100010100000001000010 | 8fa9c3a1effba1f14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)