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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 運?粧?A | 10001001010111100011111110001111110011110011111101000001 | 895e3f8fcf3f41 |
| EUC-JP | 運?粧?A | 10110001101111110011111110111110110100010011111101000001 | b1bf3fbed13f41 |
| UTF-8 | 運렩粧렰A | 11101001100000011000101111101011101000001010100111100111101100101010011111101011101000001011000001000001 | e9818beba0a9e7b2a7eba0b041 |
| UHC | 運렩粧렰A | 111010101010000110001110101101111110110111110010100011101011110101000001 | eaa18eb7edf28ebd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)