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 | ??“?? | 001111110011111110000001011001110011111100111111 | 3f3f81673f3f |
| EUC-JP | ??“?? | 001111110011111110100001110010000011111100111111 | 3f3fa1c83f3f |
| UTF-8 | 禮썼“若녕 | 111011111010011010110110111011001000110110111100111000101000000010011100111011111010010110110100111010111000010110010101 | efa6b6ec8dbce2809cefa5b4eb8595 |
| UHC | 禮썼“若녕 | 11100111110111111011110111101000101000011011000011100101101011101011001111100111 | e7dfbde8a1b0e5aeb3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)