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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鉗カ濶カB | 11100111111001111011011011101000100010011011011001000010 | e7e7b6e889b642 |
EUC-JP | 鉗カ濶カB | 111011101110100110001110101101101110111111101001100011101011011001000010 | eee98eb6efe98eb642 |
UTF-8 | 鉗カ濶カB | 11101001100010011001011111101111101111011011011011100110101111111011011011101111101111011011011001000010 | e98997efbdb6e6bfb6efbdb642 |
UHC | 鉗???B | 110011001100011000111111001111110011111101000010 | ccc63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)