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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 節????] | 10010000110111110011111100111111001111110011111101011101 | 90df3f3f3f3f5d |
EUC-JP | 節????] | 11000000111000010011111100111111001111110011111101011101 | c0e13f3f3f3f5d |
UTF-8 | 節억쉭凉뢩] | 11100111101011111000000011101100100101101011010111101100100010011010110111101111101001011011100111101011101000101010100101011101 | e7af80ec96b5ec89adefa5b9eba2a95d |
UHC | 節억쉭凉뢩] | 1110111110111101101111101110111110111101101011011110010110111100100011110110100101011101 | efbdbeefbdade5bc8f695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)