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 | ??L??VO | 00111111001111110100110000111111001111110101011001001111 | 3f3f4c3f3f564f |
| SJIS-WIN | ?エL?ゥVO | 00111111101101000100110000111111101010010101011001001111 | 3fb44c3fa9564f |
| EUC-JP | ?エL?ゥVO | 001111111000111010110100010011000011111110001110101010010101011001001111 | 3f8eb44c3f8ea9564f |
| UTF-8 | 䵸エL䵸ゥVO | 111001001011010110111000111011111011110110110100010011001110010010110101101110001110111110111101101010010101011001001111 | e4b5b8efbdb44ce4b5b8efbda9564f |
| UHC | ??L??VO | 00111111001111110100110000111111001111110101011001001111 | 3f3f4c3f3f564f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)