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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爬璽 | 11100000101001101000111010100011 | e0a68ea3 |
EUC-JP | 爬璽 | 11100000101010001011110010100101 | e0a8bca5 |
UTF-8 | 爬璽 | 111001111000100010101100111001111001001010111101 | e788ace792bd |
UHC | 爬璽 | 11110111111100001101111111011110 | f7f0dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)