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 | ½Î½ÎB | 1011110111001110101111011100111001000010 | bdcebdce42 |
| SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | ?Î?ÎB | 001111111000111110101010110000100011111110001111101010101100001001000010 | 3f8faac23f8faac242 |
| UTF-8 | ½Î½ÎB | 110000101011110111000011100011101100001010111101110000111000111001000010 | c2bdc38ec2bdc38e42 |
| UHC | ½?½?B | 10101000111101100011111110101000111101100011111101000010 | a8f63fa8f63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)