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 | 篠識 | 1111001011101100100011101100001011110010110000001000111010101111 | f2ec8ec2f2c08eaf |
| EUC-JP | ?篠?識 | 001111111011110011000100001111111011110010110001 | 3fbcc43fbcb1 |
| UTF-8 | 篠識 | 111011101000100010100011111001111010111110100000111011101000011110110111111010001010110110011000 | ee88a3e7afa0ee87b7e8ad98 |
| UHC | ?篠?識 | 001111111110000111000110001111111110001111011011 | 3fe1c63fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)