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 | ??DL??DLB | 001111110011111101000100010011000011111100111111010001000100110001000010 | 3f3f444c3f3f444c42 |
| SJIS-WIN | ?ェDL?ェDLB | 001111111010101001000100010011000011111110101010010001000100110001000010 | 3faa444c3faa444c42 |
| EUC-JP | ?ェDL?ェDLB | 0011111110001110101010100100010001001100001111111000111010101010010001000100110001000010 | 3f8eaa444c3f8eaa444c42 |
| UTF-8 | 䵸ェDL䵸ェDLB | 1110010010110101101110001110111110111101101010100100010001001100111001001011010110111000111011111011110110101010010001000100110001000010 | e4b5b8efbdaa444ce4b5b8efbdaa444c42 |
| UHC | ??DL??DLB | 001111110011111101000100010011000011111100111111010001000100110001000010 | 3f3f444c3f3f444c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)