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 | 跋ィ迪晄 | 11100110111010111010100011100111100011001001110111100110 | e6eba8e78c9de6 |
EUC-JP | 跋ィ迪晄 | 1110110011101101100011101010100011101101111011001101101011101000 | eced8ea8edecdae8 |
UTF-8 | 跋ィ迪晄 | 111010001011011110001011111011111011110110101000111010001011111110101010111001101001100110000100 | e8b78befbda8e8bfaae69984 |
UHC | 跋?迪晄 | 11011011101000100011111111101110111010001111110011001101 | dba23feee8fccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)