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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 轅?轅?F | 11100111011101100011111111100111011101100011111101000110 | e7763fe7763f46 |
EUC-JP | 轅?轅?F | 11101101110101110011111111101101110101110011111101000110 | edd73fedd73f46 |
UTF-8 | 轅렒轅렒F | 11101000101111011000010111101011101000001001001011101000101111011000010111101011101000001001001001000110 | e8bd85eba092e8bd85eba09246 |
UHC | 轅렒轅렒F | 111010101011111110001110101001111110101010111111100011101010011101000110 | eabf8ea7eabf8ea746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)