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 | 繒?禹?? | 11111011100011110011111111100010010110100011111100111111 | fb8f3fe25a3f3f |
| EUC-JP | 繒?禹?? | 1000111111010100110101000011111111100011101110110011111100111111 | 8fd4d43fe3bb3f3f |
| UTF-8 | 繒렗禹렔履 | 111001111011100110010010111010111010000010010111111001111010011010111001111010111010000010010100111011111010011110011111 | e7b992eba097e7a6b9eba094efa79f |
| UHC | 繒렗禹렔履 | 11110001111110011000111010101100111010011110000010001110101010011110110010101010 | f1f98eace9e08ea9ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)