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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ???沅?^ | 0011111100111111001111111000111111000110111010010011111101011110 | 3f3f3f8fc6e93f5e |
UTF-8 | 蓮용뙂沅밹^ | 11101111101001101001100111101100100110101010100111101011100110011000001011100110101100101000010111101011101100001011100101011110 | efa699ec9aa9eb9982e6b285ebb0b95e |
UHC | 蓮용뙂沅밹^ | 1110011011100101101111111110101110001100100010001110101010110110100100110110001101011110 | e6e5bfeb8c88eab693635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)