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 | 茘器臭 | 111001001010101110001010111011011000111101001100 | e4ab8aed8f4c |
EUC-JP | 茘器臭 | 111010001010110110110100111011111011110110101101 | e8adb4efbdad |
UTF-8 | 茘器臭 | 111010001000110010011000111001011001100110101000111010001000011110101101 | e88c98e599a8e887ad |
UHC | ?器臭 | 0011111111010000111011111111011010101011 | 3fd0eff6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)