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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | エス悉h | 1111000010111011101101001111000110001110101111011000111010111011011010001111000010111011 | f0bbb4f18ebd8ebb68f0bb |
EUC-JP | ?エ?ス悉h? | 00111111100011101011010000111111100011101011110110111100101111010110100000111111 | 3f8eb43f8ebdbcbd683f |
UTF-8 | エス悉h | 11101110100000011011101011101111101111011011010011101110100001001000100111101111101111011011110111100110100000101000100101101000111011101000000110111010 | ee81baefbdb4ee8489efbdbde6828968ee81ba |
UHC | ????悉h? | 0011111100111111001111110011111111100011111110100110100000111111 | 3f3f3f3fe3fa683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)