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 | 蟷鈴エィ | 11100101101110011001011111101001101101001000001101000010 | e5b997e9b48342 |
EUC-JP | 蟷鈴エィ | 1110101010111011110011101110101110001110101101001010010110100011 | eabbceeb8eb4a5a3 |
UTF-8 | 蟷鈴エィ | 111010001001111110110111111010011000100010110100111011111011110110110100111000111000001010100011 | e89fb7e988b4efbdb4e382a3 |
UHC | ?鈴?ィ | 001111111101011011000010001111111010101110100011 | 3fd6c23faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)