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 | ôè¥áQ | 100101111111010011101000101001011110000101010001 | 97f4e8a5e151 |
SJIS-WIN | ???¥?Q | 00111111001111110011111110000001100011110011111101010001 | 3f3f3f818f3f51 |
EUC-JP | ?ôè?áQ | 001111111000111110101011110101001000111110101011101100100011111110001111101010111010000101010001 | 3f8fabd48fabb23f8faba151 |
UTF-8 | ôè¥áQ | 1100001010010111110000111011010011000011101010001100001010100101110000111010000101010001 | c297c3b4c3a8c2a5c3a151 |
UHC | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)