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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア魍亥ュ錬 | 11101000100001001011000111101001101100011000100011100101101011011001100001000010 | e884b1e9b188e5ad9842 |
EUC-JP | 閼ア魍亥ュ錬 | 111011111110010010001110101100011111001010110011101100001110011110001110101011011100111110100011 | efe48eb1f2b3b0e78eadcfa3 |
UTF-8 | 閼ア魍亥ュ錬 | 111010011001011010111100111011111011110110110001111010011010110110001101111001001011101010100101111011111011110110101101111010011000110010101100 | e996bcefbdb1e9ad8de4baa5efbdade98cac |
UHC | 閼??亥?? | 1110010011011001001111110011111111111010101001000011111100111111 | e4d93f3ffaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)