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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艸苻e | 111001001000011111100100100110001000001010000101 | e487e4988285 |
EUC-JP | 艸苻e | 111001111110011111100111111110001010001111100101 | e7e7e7f8a3e5 |
UTF-8 | 艸苻e | 111010001000100110111000111010001000101110111011111011111011110110000101 | e889b8e88bbbefbd85 |
UHC | 艸?e | 1111010110101100001111111010001111100101 | f5ac3fa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)