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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 褻畷裟] | 11100101111101101001001111101011100011011011111001011101 | e5f693eb8dbe5d |
EUC-JP | 褻畷裟] | 11101010111110001100011011101101101110101100000001011101 | eaf8c6edbac05d |
UTF-8 | 褻畷裟] | 11101000101001001011101111100111100101011011011111101000101000111001111101011101 | e8a4bbe795b7e8a39f5d |
UHC | 褻?裟] | 111000001110000100111111110111101111000001011101 | e0e13fdef05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)