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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 種?義??? | 1000111011101101001111111000101101100000001111110011111100111111 | 8eed3f8b603f3f3f |
| EUC-JP | 種?義??? | 1011110011101111001111111011010111000001001111110011111100111111 | bcef3fb5c13f3f3f |
| UTF-8 | 種렟義얹렰렟 | 111001111010100010101110111010111010000010011111111001111011111010101001111011001001011010111001111010111010000010110000111010111010000010011111 | e7a8aeeba09fe7bea9ec96b9eba0b0eba09f |
| UHC | 種렟義얹렰렟 | 111100001111101010001110101100001110101111111001101111101111000110001110101111011000111010110000 | f0fa8eb0ebf9bef18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)