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 | ØÒâõÏÞ^ | 11011000110100101110001011110101110011111101111001011110 | d8d2e2f5cfde5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ØÒâõÏÞ^ | 10001111101010011010110010001111101010101101001010001111101010111010010010001111101010111101100010001111101010101100000110001111101010011011000001011110 | 8fa9ac8faad28faba48fabd88faac18fa9b05e |
UTF-8 | ØÒâõÏÞ^ | 11000011100110001100001110010010110000111010001011000011101101011100001110001111110000111001111001011110 | c398c392c3a2c3b5c38fc39e5e |
UHC | Ø????Þ^ | 101010001010101000111111001111110011111100111111101010001010110101011110 | a8aa3f3f3f3fa8ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)