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 | ???幼? | 001111110011111100111111100101110110001100111111 | 3f3f3f97633f |
EUC-JP | ???幼? | 001111110011111100111111110011011100010000111111 | 3f3f3fcdc43f |
UTF-8 | 閱뤿툍幼뺹 | 111010011001011010110001111010111010010010111111111011011000100010001101111001011011100110111100111010111011101010111001 | e996b1eba4bfed888de5b9bcebbab9 |
UHC | 閱뤿툍幼뺹 | 11100110111100111000111111101011101110001000010111101010111010101001011001000010 | e6f38febb885eaea9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)