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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珈眄珀盖鞦 | 11100000110110111110000110111110111000001101111111100001101100111110100011100001 | e0dbe1bee0dfe1b3e8e1 |
EUC-JP | 珈眄珀盖鞦 | 11100000110111011110001011000000111000001110000111100010101101011111000011100011 | e0dde2c0e0e1e2b5f0e3 |
UTF-8 | 珈眄珀盖鞦 | 111001111000111110001000111001111001110010000100111001111000111110000000111001111001101110010110111010011001111010100110 | e78f88e79c84e78f80e79b96e99ea6 |
UHC | ?眄珀盖? | 0011111111011000111110001101101011010110110010111100110000111111 | 3fd8f8dad6cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)