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 | çúDçúD^ | 100100011110011111111010010001001001000111100111111110100100010001011110 | 91e7fa4491e7fa445e |
| SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
| EUC-JP | ?çúD?çúD^ | 0011111110001111101010111010111010001111101010111110001001000100001111111000111110101011101011101000111110101011111000100100010001011110 | 3f8fabae8fabe2443f8fabae8fabe2445e |
| UTF-8 | çúDçúD^ | 110000101001000111000011101001111100001110111010010001001100001010010001110000111010011111000011101110100100010001011110 | c291c3a7c3ba44c291c3a7c3ba445e |
| UHC | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)