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 | 泥숉슎淋싳Ł~ | 111011111010011110100011111011001000100010001001111011001000101010001110111011111010011110110101111011001000101110110011110001011000000101111110 | efa7a3ec8889ec8a8eefa7b5ec8bb3c5817e |
UHC | 泥숉슎淋싳Ł~ | 11101100101100101001100111101101100110101001111011101100111110001001101011101100101010001010100101111110 | ecb299ed9a9eecf89aeca8a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)