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 | ?羔?羔^ | 00111111111000111011010000111111111000111011010001011110 | 3fe3b43fe3b45e |
EUC-JP | ?羔?羔^ | 00111111111001101011011000111111111001101011011001011110 | 3fe6b63fe6b65e |
UTF-8 | 쌍羔쌍羔^ | 11101100100011001000110111100111101111101001010011101100100011001000110111100111101111101001010001011110 | ec8c8de7be94ec8c8de7be945e |
UHC | 쌍羔쌍羔^ | 101111011101011011001101110001001011110111010110110011011100010001011110 | bdd6cdc4bdd6cdc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)