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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉚泌ウィ籬 | 1110011111110100100101001110010110110011101010001110001011011111 | e7f494e5b3a8e2df |
EUC-JP | 鉚泌ウィ籬 | 11101110111101101100100011100111100011101011001110001110101010001110010011100001 | eef6c8e78eb38ea8e4e1 |
UTF-8 | 鉚泌ウィ籬 | 111010011000100110011010111001101011001110001100111011111011110110110011111011111011110110101000111001111011000110101100 | e9899ae6b38cefbdb3efbda8e7b1ac |
UHC | ?泌??籬 | 00111111111110011011001000111111001111111101011111100110 | 3ff9b23f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)