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 | 底???齬 | 10010010111010100011111100111111001111111110101010010111 | 92ea3f3f3fea97 |
EUC-JP | 底???齬 | 11000100111011000011111100111111001111111111001111110111 | c4ec3f3f3ff3f7 |
UTF-8 | 底재렞렭齬 | 111001011011101010010101111011001001111010101100111010111010000010011110111010111010000010101101111010011011110110101100 | e5ba95ec9eaceba09eeba0ade9bdac |
UHC | 底재렞렭齬 | 11101110101111001100000011100111100011101010111110001110101110101110010111100001 | eebcc0e78eaf8ebae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)