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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 冗晳^F | 100011111110011111111010110110010101111001000110 | 8fe7fad95e46 |
EUC-JP | 冗晳^F | 10111110111010011000111111000010110001000101111001000110 | bee98fc2c45e46 |
UTF-8 | 冗晳^F | 1110010110000110100101111110011010011001101100110101111001000110 | e58697e699b35e46 |
UHC | 冗晳^F | 111010011011011111100000101011110101111001000110 | e9b7e0af5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)