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 | 11111011010001111011011101101111 | fb47b76f |
EUC-JP | 湜キo | 100011111100011111111100100011101011011101101111 | 8fc7fc8eb76f |
UTF-8 | 湜キo | 11100110101110011001110011101111101111011011011101101111 | e6b99cefbdb76f |
UHC | 湜?o | 11100011110101110011111101101111 | e3d73f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)