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 | Ö?? | 110101100011111100111111 | d63f3f |
SJIS-WIN | ?踪漫 | 0011111111100111010010001001011010011111 | 3fe748969f |
EUC-JP | Ö踪漫 | 10001111101010101101001111101101101010011100110010100001 | 8faad3eda9cca1 |
UTF-8 | Ö踪漫 | 1100001110010110111010001011100010101010111001101011110010101011 | c396e8b8aae6bcab |
UHC | ?踪漫 | 0011111111110001101000011101100010111100 | 3ff1a1d8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)