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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 鐔縁酋Z | 11101000010111001000100110001111100011110101010101011010 | e85c898f8f555a |
EUC-JP | 鐔縁酋Z | 11101111101111011011000111101111101111011011011001011010 | efbdb1efbdb65a |
UTF-8 | 鐔縁酋Z | 11101001100100001001010011100111101110001000000111101001100001011000101101011010 | e99094e7b881e9858b5a |
UHC | ??酋Z | 0011111100111111111101011101110001011010 | 3f3ff5dc5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)