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 | 恁?憶?? | 10011100100011000011111110001001101011110011111100111111 | 9c8c3f89af3f3f |
| EUC-JP | 恁?憶?? | 11010111111011000011111110110010101100010011111100111111 | d7ec3fb2b13f3f |
| UTF-8 | 恁렖憶렓뤊 | 111001101000000110000001111010111010000010010110111001101000011010110110111010111010000010010011111010111010010010001010 | e68181eba096e686b6eba093eba48a |
| UHC | 恁렖憶렓뤊 | 11101100111101101000111010101011111001011110001110001110101010001000111110111010 | ecf68eabe5e38ea88fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)