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 | 鬣毘羣 | 111010011010010110010100111110011110001110111000 | e9a594f9e3b8 |
EUC-JP | 鬣毘羣 | 111100101010011111001000111110111110011010111010 | f2a7c8fbe6ba |
UTF-8 | 鬣毘羣 | 111010011010110010100011111001101010111110011000111001111011111010100011 | e9aca3e6af98e7bea3 |
UHC | ?毘? | 00111111110111011111001000111111 | 3fddf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)