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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 才?縡? | 100011011100101100111111111000110111000100111111 | 8dcb3fe3713f |
| EUC-JP | 才?縡? | 101110101100110100111111111001011101001000111111 | bacd3fe5d23f |
| UTF-8 | 才렱縡렭 | 111001101000100110001101111010111010000010110001111001111011100010100001111010111010000010101101 | e6898deba0b1e7b8a1eba0ad |
| UHC | 才렱縡렭 | 1110111010100110100011101011111011101110101011011000111010111010 | eea68ebeeead8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)