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 | 謗磯怙 | 111001101000111010001000111010011001110010000000 | e68e88e99c80 |
EUC-JP | 謗磯怙 | 111010111110111010110000111010111101011111100000 | ebeeb0ebd7e0 |
UTF-8 | 謗磯怙 | 111010001010110010010111111001111010001110101111111001101000000010011001 | e8ac97e7a3afe68099 |
UHC | 謗磯? | 1101101110111111110100011011010000111111 | dbbfd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)