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 | ??^~ | 00111111001111110101111001111110 | 3f3f5e7e |
SJIS-WIN | 執^~ | 111100001010001110001110101101110101111001111110 | f0a38eb75e7e |
EUC-JP | ?執^~ | 0011111110111100101110010101111001111110 | 3fbcb95e7e |
UTF-8 | 執^~ | 1110111010000001101000101110010110011111101101110101111001111110 | ee81a2e59fb75e7e |
UHC | ?執^~ | 0011111111110010111110110101111001111110 | 3ff2fb5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)