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 | シカ鞦シミ^ | 10111100101101101110100011100001101111001101000001011110 | bcb6e8e1bcd05e |
EUC-JP | シカ鞦シミ^ | 1000111010111100100011101011011011110000111000111000111010111100100011101101000001011110 | 8ebc8eb6f0e38ebc8ed05e |
UTF-8 | シカ鞦シミ^ | 11101111101111011011110011101111101111011011011011101001100111101010011011101111101111011011110011101111101111101001000001011110 | efbdbcefbdb6e99ea6efbdbcefbe905e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)