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 | 節????^ | 10010000110111110011111100111111001111110011111101011110 | 90df3f3f3f3f5e |
EUC-JP | 節????^ | 11000000111000010011111100111111001111110011111101011110 | c0e13f3f3f3f5e |
UTF-8 | 節억쉭廉봣^ | 11100111101011111000000011101100100101101011010111101100100010011010110111101111101001101010001011101011101101001010001101011110 | e7af80ec96b5ec89adefa6a2ebb4a35e |
UHC | 節억쉭廉봣^ | 1110111110111101101111101110111110111101101011011110011011110101100101000110011001011110 | efbdbeefbdade6f594665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)