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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 蔡Y蔡bE | 11100100111011110101100111100100111011110110001001000101 | e4ef59e4ef6245 |
EUC-JP | 蔡Y蔡bE | 11101000111100010101100111101000111100010110001001000101 | e8f159e8f16245 |
UTF-8 | 蔡Y蔡bE | 111010001001010010100001010110011110100010010100101000010110001001000101 | e894a159e894a16245 |
UHC | 蔡Y蔡bE | 11110011111110010101100111110011111110010110001001000101 | f3f959f3f96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)