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 | 孩?憶??? | 1001101101110111001111111000100110101111001111110011111100111111 | 9b773f89af3f3f3f |
| EUC-JP | 孩?憶??? | 1101010111011000001111111011001010110001001111110011111100111111 | d5d83fb2b13f3f3f |
| UTF-8 | 孩렩憶렗뤋퀚 | 111001011010110110101001111010111010000010101001111001101000011010110110111010111010000010010111111010111010010010001011111011011000000010011010 | e5ada9eba0a9e686b6eba097eba48bed809a |
| UHC | 孩렩憶렗뤋퀚 | 111110101010100110001110101101111110010111100011100011101010110010001111101110111011001110001110 | faa98eb7e5e38eac8fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)