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 | 茯o就葆 | 1110010010101000100000101000111110001111010000011110010011011100 | e4a8828f8f41e4dc |
| EUC-JP | 茯o就葆 | 1110100010101010101000111110111110111101101000101110100011011110 | e8aaa3efbda2e8de |
| UTF-8 | 茯o就葆 | 111010001000110010101111111011111011110110001111111001011011000010110001111010001001000110000110 | e88cafefbd8fe5b0b1e89186 |
| UHC | 茯o就? | 11011100110110101010001111101111111101101010011000111111 | dcdaa3eff6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)