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 | 轜ュけ辜九 | 11100111011111101000001110000101100000101010111111100111100000111000101111100011 | e77e838582afe7838be3 |
EUC-JP | 轜ュけ辜九 | 11101101110111111010010111100101101001001011000111101101111000111011011011100101 | eddfa5e5a4b1ede3b6e5 |
UTF-8 | 轜ュけ辜九 | 111010001011110110011100111000111000001110100101111000111000000110010001111010001011111010011100111001001011100110011101 | e8bd9ce383a5e38191e8be9ce4b99d |
UHC | ?ュけ辜九 | 001111111010101111100101101010101011000111001101110100001100111011111010 | 3fabe5aab1cdd0cefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)