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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 鈊モ・鈊モ・^ | 111110111100001111010011101001011111101111000011110100111010010101011110 | fbc3d3a5fbc3d3a55e |
| EUC-JP | 鈊モ・鈊モ・^ | 100011111110001110111111100011101101001110001110101001011000111111100011101111111000111011010011100011101010010101011110 | 8fe3bf8ed38ea58fe3bf8ed38ea55e |
| UTF-8 | 鈊モ・鈊モ・^ | 11101001100010001000101011101111101111101001001111101111101111011010010111101001100010001000101011101111101111101001001111101111101111011010010101011110 | e9888aefbe93efbda5e9888aefbe93efbda55e |
| UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)