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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 逅・EE | 1110011110010000101001010100010101000101 | e790a54545 |
EUC-JP | 逅・EE | 111011011111000010001110101001010100010101000101 | edf08ea54545 |
UTF-8 | 逅・EE | 1110100110000000100001011110111110111101101001010100010101000101 | e98085efbda54545 |
UHC | 逅?EE | 1111110110110001001111110100010101000101 | fdb13f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)