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 | ?蔔?蔔^ | 00111111111001001111011100111111111001001111011101011110 | 3fe4f73fe4f75e |
EUC-JP | ?蔔?蔔^ | 00111111111010001111100100111111111010001111100101011110 | 3fe8f93fe8f95e |
UTF-8 | 쿤蔔쿤蔔^ | 11101100101111111010010011101000100101001001010011101100101111111010010011101000100101001001010001011110 | ecbfa4e89494ecbfa4e894945e |
UHC | 쿤蔔쿤蔔^ | 110001001110111111011100110110111100010011101111110111001101101101011110 | c4efdcdbc4efdcdb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)