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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捧苻淞 | 100101011111100111100100100110001001111111000010 | 95f9e4989fc2 |
EUC-JP | 捧苻淞 | 110010101111101111100111111110001101111011000100 | cafbe7f8dec4 |
UTF-8 | 捧苻淞 | 111001101000110110100111111010001000101110111011111001101011011110011110 | e68da7e88bbbe6b79e |
UHC | 捧?淞 | 1101110011101001001111111110000111100111 | dce93fe1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)