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 | 袗擎フ虍 | 11100101110101011111101011001100110011001110010101100111 | e5d5facccce567 |
EUC-JP | 袗擎フ虍 | 111010101101011110001111110000011010011010001110110011001110100111001000 | ead78fc1a68ecce9c8 |
UTF-8 | 袗擎フ虍 | 111010001010001010010111111001101001001110001110111011111011111010001100111010001001100110001101 | e8a297e6938eefbe8ce8998d |
UHC | 袗擎?? | 111100101101111111001100110101100011111100111111 | f2dfccd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)