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 | ??m??? | 001111110011111101101101001111110011111100111111 | 3f3f6d3f3f3f |
SJIS-WIN | テ。mツ姪シ | 11000011101000010110110111000010100101101100001110111100 | c3a16dc296c3bc |
EUC-JP | テ。mツ姪シ | 1000111011000011100011101010000101101101100011101100001011001100110001011000111010111100 | 8ec38ea16d8ec2ccc58ebc |
UTF-8 | テ。mツ姪シ | 11101111101111101000001111101111101111011010000101101101111011111011111010000010111001011010011110101010111011111011110110111100 | efbe83efbda16defbe82e5a7aaefbdbc |
UHC | ??m?姪? | 00111111001111110110110100111111111100101110101100111111 | 3f3f6d3ff2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)