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 | 淋꾩쭡淋귥Ł~ | 111011111010011110110101111010101011111010101001111011001010110110100001111011111010011110110101111010101011011110100101110001011000000101111110 | efa7b5eabea9ecada1efa7b5eab7a5c5817e |
UHC | 淋꾩쭡淋귥Ł~ | 11101100111110001000010011101100101001111001011011101100111110001000001011101100101010001010100101111110 | ecf884eca796ecf882eca8a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)