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 | 雎取勞蓁ソ蟄 | 1110100010110001100011101110011010011001101001111110010011101011101111111110010110101101 | e8b18ee699a7e4ebbfe5ad |
| EUC-JP | 雎取勞蓁ソ蟄 | 111100001011001110111100111010001101001010101001111010001110110110001110101111111110101010101111 | f0b3bce8d2a9e8ed8ebfeaaf |
| UTF-8 | 雎取勞蓁ソ蟄 | 111010011001101110001110111001011000111110010110111001011000101110011110111010001001001110000001111011111011110110111111111010001001111110000100 | e99b8ee58f96e58b9ee89381efbdbfe89f84 |
| UHC | 雎取勞??蟄 | 11101110110100011111011010100010110101101100110000111111001111111111011011011110 | eed1f6a2d6cc3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)