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??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| SJIS-WIN | ??L弔?~ | 00111111001111110100110010010010101000100011111101111110 | 3f3f4c92a23f7e |
| EUC-JP | ??L弔?~ | 00111111001111110100110011000100101001000011111101111110 | 3f3f4cc4a43f7e |
| UTF-8 | 亐렕L弔렲~ | 1110010010111010100100001110101110100000100101010100110011100101101111001001010011101011101000001011001001111110 | e4ba90eba0954ce5bc94eba0b27e |
| UHC | 亐렕L弔렲~ | 11101010101001111000111010101010010011001111000011000000100011101011111101111110 | eaa78eaa4cf0c08ebf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)