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 | 移?渦冪?? | 100010001101101000111111100010010101000110011001011100000011111100111111 | 88da3f895199703f3f |
| EUC-JP | 移?渦冪?? | 101100001101110000111111101100011011001011010001110100010011111100111111 | b0dc3fb1b2d1d13f3f |
| UTF-8 | 移렡渦冪렰렜 | 111001111010011110111011111010111010000010100001111001101011100010100110111001011000011010101010111010111010000010110000111010111010000010011100 | e7a7bbeba0a1e6b8a6e586aaeba0b0eba09c |
| UHC | 移렡渦冪렰렜 | 111011001011100110001110101100101110100010111110110110001111000110001110101111011000111010101110 | ecb98eb2e8bed8f18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)