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 | 爭耿 | 11100000101001011110001111010100 | e0a5e3d4 |
EUC-JP | 爭耿 | 11100000101001111110011011010110 | e0a7e6d6 |
UTF-8 | 爭耿 | 111001111000100010101101111010001000000010111111 | e788ade880bf |
UHC | 爭耿 | 11101110101100111100110011101010 | eeb3ccea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)