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 | 移???? | 100010001101101000111111001111110011111100111111 | 88da3f3f3f3f |
| EUC-JP | 移???? | 101100001101110000111111001111110011111100111111 | b0dc3f3f3f3f |
| UTF-8 | 移렖롋댁렭 | 111001111010011110111011111010111010000010010110111010111010000110001011111010111000110010000001111010111010000010101101 | e7a7bbeba096eba18beb8c81eba0ad |
| UHC | 移렖롋댁렭 | 11101100101110011000111010101011100011101101000110110100111011001000111010111010 | ecb98eab8ed1b4ec8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)