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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???節??^ | 0011111100111111001111111001000011011111001111110011111101011110 | 3f3f3f90df3f3f5e |
EUC-JP | 旿??節??^ | 10001111110000011111010000111111001111111100000011100001001111110011111101011110 | 8fc1f43f3fc0e13f3f5e |
UTF-8 | 旿덂툦節댐쉐^ | 11100110100101111011111111101011100011011000001011101101100010001010011011100111101011111000000011101011100011001001000011101100100010011001000001011110 | e697bfeb8d82ed88a6e7af80eb8c90ec89905e |
UHC | 旿덂툦節댐쉐^ | 11100111111110101000100011100101101110001001110111101111101111011011010011101111101111011010011001011110 | e7fa88e5b89defbdb4efbda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)