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 | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
EUC-JP | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
UTF-8 | 채x채x^ | 111011001011000110000100011110001110110010110001100001000111100001011110 | ecb18478ecb184785e |
UHC | 채x채x^ | 11000011101001000111100011000011101001000111100001011110 | c3a478c3a4785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)