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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 帳↑???? | 1001001010100000100000011010101000111111001111110011111100111111 | 92a081aa3f3f3f3f |
| EUC-JP | 帳↑???? | 1100010010100010101000101010110000111111001111110011111100111111 | c4a2a2ac3f3f3f3f |
| UTF-8 | 帳↑븱力싩퐨 | 111001011011100010110011111000101000011010010001111010111011100010110001111011111010011010001010111011001000101110101001111011011001000010101000 | e5b8b3e28691ebb8b1efa68aec8ba9ed90a8 |
| UHC | 帳↑븱力싩퐨 | 111011011110001110100001111010001001010110011010111001101011001110011010111001111011110110010001 | ede3a1e8959ae6b39ae7bd91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)