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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 佯??揖?\ | 1001100011010001001111110011111110010111010010110011111101011100 | 98d13f3f974b3f5c |
EUC-JP | 佯??揖?\ | 1101000011010011001111110011111111001101101011000011111101011100 | d0d33f3fcdac3f5c |
UTF-8 | 佯뺤눦揖봍\ | 11100100101111011010111111101011101110101010010011101011100010001010011011100110100011111001011011101011101101001000110101011100 | e4bdafebbaa4eb88a6e68f96ebb48d5c |
UHC | 佯뺤눦揖봍\ | 1110010110111010100101011110110010000111101111011110101111100111100101000100110001011100 | e5ba95ec87bdebe7944c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)