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 | @¯x | 1001001001000000100100011010111101111000 | 924091af78 |
SJIS-WIN | ?@??x | 0011111101000000001111110011111101111000 | 3f403f3f78 |
EUC-JP | ?@?¯x | 00111111010000000011111110001111101000101011010001111000 | 3f403f8fa2b478 |
UTF-8 | @¯x | 1100001010010010010000001100001010010001110000101010111101111000 | c29240c291c2af78 |
UHC | ?@??x | 0011111101000000001111110011111101111000 | 3f403f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)