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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 淅石^ | 1001111111000110100100001100111001011110 | 9fc690ce5e |
EUC-JP | 淅石^ | 1101111011001000110000001101000001011110 | dec8c0d05e |
UTF-8 | 淅石^ | 11100110101101111000010111100111100111111011001101011110 | e6b785e79fb35e |
UHC | 淅石^ | 1110000010110010111000001011010001011110 | e0b2e0b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)