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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 哉?] | 10001101110001100011111101011101 | 8dc63f5d |
EUC-JP | 哉?] | 10111010110010000011111101011101 | bac83f5d |
UTF-8 | 哉렯] | 11100101100100111000100111101011101000001010111101011101 | e59389eba0af5d |
UHC | 哉렯] | 1110111010100011100011101011110001011101 | eea38ebc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)