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 | 珈韜珀 | 111000001101101111101000111010011110000011011111 | e0dbe8e9e0df |
EUC-JP | 珈韜珀 | 111000001101110111110000111010111110000011100001 | e0ddf0ebe0e1 |
UTF-8 | 珈韜珀 | 111001111000111110001000111010011001111110011100111001111000111110000000 | e78f88e99f9ce78f80 |
UHC | ?韜珀 | 0011111111010100101101111101101011010110 | 3fd4b7dad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)