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 | 苟随修葆 | 1110010010010001100100001000111110001111010000111110010011011100 | e491908f8f43e4dc |
| EUC-JP | 苟随修葆 | 1110011111110001101111111110111110111101101001001110100011011110 | e7f1bfefbda4e8de |
| UTF-8 | 苟随修葆 | 111010001000101110011111111010011001101010001111111001001011111110101110111010001001000110000110 | e88b9fe99a8fe4bfaee89186 |
| UHC | 苟?修? | 110011111100001000111111111000011111001100111111 | cfc23fe1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)