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 | 倏爬 | 11100000110001011110000010100110 | e0c5e0a6 |
EUC-JP | 倏爬 | 11100000110001111110000010101000 | e0c7e0a8 |
UTF-8 | 倏爬 | 111001011000000010001111111001111000100010101100 | e5808fe788ac |
UHC | ?爬 | 001111111111011111110000 | 3ff7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)