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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | コス而^ | 111100001010011110111010111100011000111010111101100011101010011101011110 | f0a7baf18ebd8ea75e |
EUC-JP | ?コ?ス而^ | 001111111000111010111010001111111000111010111101101111001010100101011110 | 3f8eba3f8ebdbca95e |
UTF-8 | コス而^ | 11101110100000011010011011101111101111011011101011101110100001001000100111101111101111011011110111101000100000001000110001011110 | ee81a6efbdbaee8489efbdbde8808c5e |
UHC | ????而^ | 00111111001111110011111100111111111011001011101101011110 | 3f3f3f3fecbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)