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 | 螂定ア仁 | 11100101101001011001001011101000101100011001000001101101 | e5a592e8b1906d |
EUC-JP | 螂定ア仁 | 1110101010100111110001001110101010001110101100011011111111001110 | eaa7c4ea8eb1bfce |
UTF-8 | 螂定ア仁 | 111010001001111010000010111001011010111010011010111011111011110110110001111001001011101110000001 | e89e82e5ae9aefbdb1e4bb81 |
UHC | 螂定?仁 | 11010101110011001110111111010010001111111110110011010010 | d5ccefd23fecd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)