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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 筌??軟??A | 111000101010001100111111001111111001001111101110001111110011111101000001 | e2a33f3f93ee3f3f41 |
| EUC-JP | 筌??軟??A | 111001001010010100111111001111111100011011110000001111110011111101000001 | e4a53f3fc6f03f3f41 |
| UTF-8 | 筌대젿軟쒕젚A | 11100111101011011000110011101011100011001000000011101100101000001011111111101000101110111001111111101100100100101001010111101100101000001001101001000001 | e7ad8ceb8c80eca0bfe8bb9fec9295eca09a41 |
| UHC | 筌대젿軟쒕젚A | 11101111101001111011010011101011101000001011000111100110111000111001110011101011101000001001011001000001 | efa7b4eba0b1e6e39ceba09641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)