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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 辰村e^ | 100100100100001110010001101110100110010101011110 | 924391ba655e |
EUC-JP | 辰村e^ | 110000111010010011000010101111000110010101011110 | c3a4c2bc655e |
UTF-8 | 辰村e^ | 1110100010111110101100001110011010011101100100010110010101011110 | e8beb0e69d91655e |
UHC | 辰村e^ | 111100101110001111110101101111010110010101011110 | f2e3f5bd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)