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 | ?????BA | 00111111001111110011111100111111001111110100001001000001 | 3f3f3f3f3f4241 |
| SJIS-WIN | 源?o翁?BA | 10001100101110010011111110000010100011111000100110100101001111110100001001000001 | 8cb93f828f89a53f4241 |
| EUC-JP | 源?o翁?BA | 10111000101110110011111110100011111011111011001010100111001111110100001001000001 | b8bb3fa3efb2a73f4241 |
| UTF-8 | 源장o翁렠BA | 1110011010111010100100001110110010011110101001011110111110111101100011111110011110111111100000011110101110100000101000000100001001000001 | e6ba90ec9ea5efbd8fe7bf81eba0a04241 |
| UHC | 源장o翁렠BA | 111010101011100111000000111001011010001111101111111010001011101010001110101100010100001001000001 | eab9c0e5a3efe8ba8eb14241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)