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 | 爬シァ | 11100000101001101011110010100111 | e0a6bca7 |
EUC-JP | 爬シァ | 111000001010100010001110101111001000111010100111 | e0a88ebc8ea7 |
UTF-8 | 爬シァ | 111001111000100010101100111011111011110110111100111011111011110110100111 | e788acefbdbcefbda7 |
UHC | 爬?? | 11110111111100000011111100111111 | f7f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)