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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 熊輕??睛 | 1000110001000110111001110110101000111111001111111110000111001011 | 8c46e76a3f3fe1cb |
EUC-JP | 熊輕??睛 | 1011011110100111111011011100101100111111001111111110001011001101 | b7a7edcb3f3fe2cd |
UTF-8 | 熊輕렲렊睛 | 111001111000011010001010111010001011110010010101111010111010000010110010111010111010000010001010111001111001110110011011 | e7868ae8bc95eba0b2eba08ae79d9b |
UHC | 熊輕렲렊睛 | 11101010101010001100110011101110100011101011111110001110101000011110111111101100 | eaa8ccee8ebf8ea1efec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)