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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蕭縁臭^ | 11100101010010101000100110001111100011110100110001011110 | e54a898f8f4c5e |
EUC-JP | 蕭縁臭^ | 11101001101010111011000111101111101111011010110101011110 | e9abb1efbdad5e |
UTF-8 | 蕭縁臭^ | 11101000100101011010110111100111101110001000000111101000100001111010110101011110 | e895ade7b881e887ad5e |
UHC | 蕭?臭^ | 111000011100101100111111111101101010101101011110 | e1cb3ff6ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)