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 | ?????_^ | 00111111001111110011111100111111001111110101111101011110 | 3f3f3f3f3f5f5e |
| SJIS-WIN | 源?o翁?_^ | 10001100101110010011111110000010100011111000100110100101001111110101111101011110 | 8cb93f828f89a53f5f5e |
| EUC-JP | 源?o翁?_^ | 10111000101110110011111110100011111011111011001010100111001111110101111101011110 | b8bb3fa3efb2a73f5f5e |
| UTF-8 | 源장o翁렕_^ | 1110011010111010100100001110110010011110101001011110111110111101100011111110011110111111100000011110101110100000100101010101111101011110 | e6ba90ec9ea5efbd8fe7bf81eba0955f5e |
| UHC | 源장o翁렕_^ | 111010101011100111000000111001011010001111101111111010001011101010001110101010100101111101011110 | eab9c0e5a3efe8ba8eaa5f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)