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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 膵°ク蟠 | 11100100010110001000000110001011101110001110010110110100 | e458818bb8e5b4 |
EUC-JP | 膵°ク蟠 | 1110011110111001101000011110101110001110101110001110101010110110 | e7b9a1eb8eb8eab6 |
UTF-8 | 膵°ク蟠 | 1110100010000110101101011100001010110000111011111011110110111000111010001001111110100000 | e886b5c2b0efbdb8e89fa0 |
UHC | 膵°?蟠 | 11110101111111011010000111000110001111111101101011110110 | f5fda1c63fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)