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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇懆ュ倩髟 | 111110111010000110011100111010001010110110011000111010001110100110010101 | fba19ce8ad98e8e995 |
EUC-JP | ?懆ュ倩髟 | 001111111101100011101010100011101010110111010000111010101111000111110101 | 3fd8ea8eadd0eaf1f5 |
UTF-8 | 蠇懆ュ倩髟 | 111010001010000010000111111001101000011110000110111011111011110110101101111001011000000010101001111010011010101110011111 | e8a087e68786efbdade580a9e9ab9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)