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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ??鬱曇H | 00111111001111111001111101010100100100111101110001001000 | 3f3f9f5493dc48 |
EUC-JP | ??鬱曇H | 00111111001111111101110110110101110001101101111001001000 | 3f3fddb5c6de48 |
UTF-8 | 亐렕鬱曇H | 11100100101110101001000011101011101000001001010111101001101011001011000111100110100110111000011101001000 | e4ba90eba095e9acb1e69b8748 |
UHC | 亐렕鬱曇H | 111010101010011110001110101010101110101010100110110100111011111001001000 | eaa78eaaeaa6d3be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)