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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 轅?鬱?^ | 11100111011101100011111110011111010101000011111101011110 | e7763f9f543f5e |
EUC-JP | 轅?鬱?^ | 11101101110101110011111111011101101101010011111101011110 | edd73fddb53f5e |
UTF-8 | 轅렒鬱렠^ | 11101000101111011000010111101011101000001001001011101001101011001011000111101011101000001010000001011110 | e8bd85eba092e9acb1eba0a05e |
UHC | 轅렒鬱렠^ | 111010101011111110001110101001111110101010100110100011101011000101011110 | eabf8ea7eaa68eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)