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 | ??ª???? | 00111111001111111010101000111111001111110011111100111111 | 3f3faa3f3f3f3f |
| SJIS-WIN | ???扼??? | 0011111100111111001111111001110101001110001111110011111100111111 | 3f3f3f9d4e3f3f3f |
| EUC-JP | ??ª扼??? | 00111111001111111000111110100010111011001101100110101111001111110011111100111111 | 3f3f8fa2ecd9af3f3f3f |
| UTF-8 | 了됪ª扼귡걯黎 | 1110111110100110101110101110101110010000101010101100001010101010111001101000100110111100111010101011011110100001111010101011000110101111111011111010011010001001 | efa6baeb90aac2aae689bceab7a1eab1afefa689 |
| UHC | 了됪ª扼귡걯黎 | 1110100011100111100010011110011010101000101000111110010011111001100000101110100110000001100110001110011010110001 | e8e789e6a8a3e4f982e98198e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)