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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??滋? | 0011111100111111100011101010000000111111 | 3f3f8ea03f |
EUC-JP | ??滋? | 0011111100111111101111001010001000111111 | 3f3fbca23f |
UTF-8 | 뤶뼘滋퓬 | 111010111010010010110110111010111011110010011000111001101011101110001011111011011001001110101100 | eba4b6ebbc98e6bb8bed93ac |
UHC | 뤶뼘滋퓬 | 1000111111100100101110111100001011101101101100101100011110111100 | 8fe4bbc2edb2c7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)