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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癒?癒?^ | 10010110111111000011111110010110111111000011111101011110 | 96fc3f96fc3f5e |
EUC-JP | 癒?癒?^ | 11001100111111100011111111001100111111100011111101011110 | ccfe3fccfe3f5e |
UTF-8 | 癒랰癒랰^ | 11100111100110011001001011101011100111101011000011100111100110011001001011101011100111101011000001011110 | e79992eb9eb0e79992eb9eb05e |
UHC | 癒랰癒랰^ | 111010111010100010001110010011001110101110101000100011100100110001011110 | eba88e4ceba88e4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)