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 | ?ゆ??? | 001111111000001011100100001111110011111100111111 | 3f82e43f3f3f |
| EUC-JP | ?ゆ??? | 001111111010010011100110001111110011111100111111 | 3fa4e63f3f3f |
| UTF-8 | 力ゆ돂捻촑 | 111011111010011010001010111000111000001010000110111010111000111110000010111011111010011010100100111011001011010010010001 | efa68ae38286eb8f82efa6a4ecb491 |
| UHC | 力ゆ돂捻촑 | 11100110101100111010101011100110100010011001010111100110111101111010110001001111 | e6b3aae68995e6f7ac4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)