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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襪牛ソ贖 | 11100110010000111000101110001101101111111110011011011100 | e6438b8dbfe6dc |
EUC-JP | 襪牛ソ贖 | 1110101110100100101101011110110110001110101111111110110011011110 | eba4b5ed8ebfecde |
UTF-8 | 襪牛ソ贖 | 111010001010010110101010111001111000100110011011111011111011110110111111111010001011010010010110 | e8a5aae7899befbdbfe8b496 |
UHC | 襪牛?贖 | 11011000110010101110100111011010001111111110000111011011 | d8cae9da3fe1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)