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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 嶸ァ巐嬢ーシ^ | 11111010101101001010011111111010101101101000111111101100101100001011110001011110 | fab4a7fab68fecb0bc5e |
EUC-JP | 嶸ァ巐嬢ーシ^ | 100011111011101111110100100011101010011110001111101110111111100110111110111011101000111010110000100011101011110001011110 | 8fbbf48ea78fbbf9beee8eb08ebc5e |
UTF-8 | 嶸ァ巐嬢ーシ^ | 11100101101101101011100011101111101111011010011111100101101101111001000011100101101011001010001011101111101111011011000011101111101111011011110001011110 | e5b6b8efbda7e5b790e5aca2efbdb0efbdbc5e |
UHC | 嶸?????^ | 1110011110101110001111110011111100111111001111110011111101011110 | e7ae3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)