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 | 皺爻^ | 1110000110110000111000001010100101011110 | e1b0e0a95e |
EUC-JP | 皺爻^ | 1110001010110010111000001010101101011110 | e2b2e0ab5e |
UTF-8 | 皺爻^ | 11100111100110101011101011100111100010001011101101011110 | e79abae788bb5e |
UHC | 皺爻^ | 1111010111010100111111011010000101011110 | f5d4fda15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)