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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?縟P | 00111111111000110111010001010000 | 3fe37450 |
EUC-JP | 炤縟P | 100011111100100111010010111001011101010101010000 | 8fc9d2e5d550 |
UTF-8 | 炤縟P | 11100111100000101010010011100111101110001001111101010000 | e782a4e7b89f50 |
UHC | 炤縟P | 1110000110111111111010011011001001010000 | e1bfe9b250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)