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 | 溏軛渫 | 100111111110110111100111011000101001111111010110 | 9fede7629fd6 |
EUC-JP | 溏軛渫 | 110111101110111111101101110000111101111011011000 | deefedc3ded8 |
UTF-8 | 溏軛渫 | 111001101011101010001111111010001011101110011011111001101011100010101011 | e6ba8fe8bb9be6b8ab |
UHC | ??渫 | 00111111001111111110000011011110 | 3f3fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)