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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ?????Ł~ | 001111110011111100111111001111110011111110001111101010011010100001111110 | 3f3f3f3f3f8fa9a87e |
UTF-8 | 淋꾩쭩淋꾩Ł~ | 111011111010011110110101111010101011111010101001111011001010110110101001111011111010011110110101111010101011111010101001110001011000000101111110 | efa7b5eabea9ecada9efa7b5eabea9c5817e |
UHC | 淋꾩쭩淋꾩Ł~ | 11101100111110001000010011101100101001111001110111101100111110001000010011101100101010001010100101111110 | ecf884eca79decf884eca8a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)