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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 淼ュo | 11111011010001011010110101101111 | fb45ad6f |
EUC-JP | 淼ュo | 100011111100011111100110100011101010110101101111 | 8fc7e68ead6f |
UTF-8 | 淼ュo | 11100110101101111011110011101111101111011010110101101111 | e6b7bcefbdad6f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)