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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??鬱逗? | 00111111001111111001111101010100100100001000000000111111 | 3f3f9f5490803f |
EUC-JP | ??鬱逗? | 00111111001111111101110110110101101111111110000000111111 | 3f3fddb5bfe03f |
UTF-8 | 亐렕鬱逗욱 | 111001001011101010010000111010111010000010010101111010011010110010110001111010011000000010010111111011001001101010110001 | e4ba90eba095e9acb1e98097ec9ab1 |
UHC | 亐렕鬱逗욱 | 11101010101001111000111010101010111010101010011011010100111010001011111111101101 | eaa78eaaeaa6d4e8bfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)