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 | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | 嶸オ巐喜S | 11111010101101001011010111111010101101101000101011101100111101101011001001010011 | fab4b5fab68aecf6b253 |
EUC-JP | 嶸オ巐喜?S | 100011111011101111110100100011101011010110001111101110111111100110110100111011100011111101010011 | 8fbbf48eb58fbbf9b4ee3f53 |
UTF-8 | 嶸オ巐喜S | 11100101101101101011100011101111101111011011010111100101101101111001000011100101100101101001110011101110100100111001100101010011 | e5b6b8efbdb5e5b790e5969cee939953 |
UHC | 嶸??喜?S | 1110011110101110001111110011111111111101111011000011111101010011 | e7ae3f3ffdec3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)