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 | 厄???倭 | 10010110111011110011111100111111001111111001100001100000 | 96ef3f3f3f9860 |
EUC-JP | 厄???倭 | 11001100111100010011111100111111001111111100111111000001 | ccf13f3f3fcfc1 |
UTF-8 | 厄닌딅즴倭 | 111001011000111010000100111010111000101110001100111010111001010010000101111011001010011010110100111001011000000010101101 | e58e84eb8b8ceb9485eca6b4e580ad |
UHC | 厄닌딅즴倭 | 11100100111110001011010011010001100010101110101110100011100001101110100011011110 | e4f8b4d18aeba386e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)