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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??蔓?熄^ | 0011111100111111100101101010000000111111111000001000111101011110 | 3f3f96a03fe08f5e |
EUC-JP | ??蔓?熄^ | 0011111100111111110011001010001000111111110111111110111101011110 | 3f3fcca23fdfef5e |
UTF-8 | 윳뤵蔓탲熄^ | 11101100100111001011001111101011101001001011010111101000100101001001001111101101100000111011001011100111100001101000010001011110 | ec9cb3eba4b5e89493ed83b2e786845e |
UHC | 윳뤵蔓탲熄^ | 1100000010110101100011111110001111011000110000001011010110001111111000111101100001011110 | c0b58fe3d8c0b58fe3d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)