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 | 昇ィ韶 | 1000111110111000101010001110100011101110 | 8fb8a8e8ee |
EUC-JP | 昇ィ韶 | 101111101011101010001110101010001111000011110000 | beba8ea8f0f0 |
UTF-8 | 昇ィ韶 | 111001101001100010000111111011111011110110101000111010011001111110110110 | e69887efbda8e99fb6 |
UHC | 昇?韶 | 1110001110110000001111111110000111010010 | e3b03fe1d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)