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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 嘗}嘗{^ | 10001111101001100111110110001111101001100111101101011110 | 8fa67d8fa67b5e |
EUC-JP | 嘗}嘗{^ | 10111110101010000111110110111110101010000111101101011110 | bea87dbea87b5e |
UTF-8 | 嘗}嘗{^ | 111001011001100010010111011111011110010110011000100101110111101101011110 | e598977de598977b5e |
UHC | 嘗}嘗{^ | 11011111110001000111110111011111110001000111101101011110 | dfc47ddfc47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)