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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珈眄珀 | 111000001101101111100001101111101110000011011111 | e0dbe1bee0df |
EUC-JP | 珈眄珀 | 111000001101110111100010110000001110000011100001 | e0dde2c0e0e1 |
UTF-8 | 珈眄珀 | 111001111000111110001000111001111001110010000100111001111000111110000000 | e78f88e79c84e78f80 |
UHC | ?眄珀 | 0011111111011000111110001101101011010110 | 3fd8f8dad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)