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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 邨スB | 11100111101101011011110101000010 | e7b5bd42 |
EUC-JP | 邨スB | 1110111010110111100011101011110101000010 | eeb78ebd42 |
UTF-8 | 邨スB | 11101001100000101010100011101111101111011011110101000010 | e982a8efbdbd42 |
UHC | 邨?B | 11110101101111100011111101000010 | f5be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)