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 | セス璽^ | 111100001110000110111110111100011000111010111101100011101010001101011110 | f0e1bef18ebd8ea35e |
EUC-JP | ?セ?ス璽^ | 001111111000111010111110001111111000111010111101101111001010010101011110 | 3f8ebe3f8ebdbca55e |
UTF-8 | セス璽^ | 11101110100000101010000011101111101111011011111011101110100001001000100111101111101111011011110111100111100100101011110101011110 | ee82a0efbdbeee8489efbdbde792bd5e |
UHC | ????璽^ | 00111111001111110011111100111111110111111101111001011110 | 3f3f3f3fdfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)