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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 攸れ?傲 | 10011101101111111000001011101010001111111001100011111100 | 9dbf82ea3f98fc |
| EUC-JP | 攸れ?傲 | 11011010110000011010010011101100001111111101000011111110 | dac1a4ec3fd0fe |
| UTF-8 | 攸れ눊傲 | 111001101001010010111000111000111000001010001100111010111000100010001010111001011000001010110010 | e694b8e3828ceb888ae582b2 |
| UHC | 攸れ눊傲 | 1110101011110010101010101110110010000111101010001110011111101100 | eaf2aaec87a8e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)