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 | 銳ゆ콖連얏 | 111010011000101010110011111000111000001010000110111011001011110110010110111011111010011010011010111011001001011010001111 | e98ab3e38286ecbd96efa69aec968f |
| UHC | 銳ゆ콖連얏 | 11100111111001011010101011100110101100011001000011100110111001101011111011100110 | e7e5aae6b190e6e6bee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)