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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??序ダ? | 00111111001111111000111110011000100000110101111100111111 | 3f3f8f98835f3f |
| EUC-JP | ??序ダ? | 00111111001111111011110111111000101001011100000000111111 | 3f3fbdf8a5c03f |
| UTF-8 | 룶ㄱ序ダ룵 | 111010111010001110110110111000111000010010110001111001011011101010001111111000111000001110000000111010111010001110110101 | eba3b6e384b1e5ba8fe38380eba3b5 |
| UHC | 룶ㄱ序ダ룵 | 10001111101010111010010010100001110111111110110110101011110000001000111110101010 | 8faba4a1dfedabc08faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)