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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 節????\ | 10010000110111110011111100111111001111110011111101011100 | 90df3f3f3f3f5c |
EUC-JP | 節????\ | 11000000111000010011111100111111001111110011111101011100 | c0e13f3f3f3f5c |
UTF-8 | 節억쉭銳찶\ | 11100111101011111000000011101100100101101011010111101100100010011010110111101001100010101011001111101100101100001011011001011100 | e7af80ec96b5ec89ade98ab3ecb0b65c |
UHC | 節억쉭銳찶\ | 1110111110111101101111101110111110111101101011011110011111100101101010100100110001011100 | efbdbeefbdade7e5aa4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)