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 | 襪牛ソ諤 | 11100110010000111000101110001101101111111110011010000000 | e6438b8dbfe680 |
EUC-JP | 襪牛ソ諤 | 1110101110100100101101011110110110001110101111111110101111100000 | eba4b5ed8ebfebe0 |
UTF-8 | 襪牛ソ諤 | 111010001010010110101010111001111000100110011011111011111011110110111111111010001010101110100100 | e8a5aae7899befbdbfe8aba4 |
UHC | 襪牛?? | 110110001100101011101001110110100011111100111111 | d8cae9da3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)