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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???麝擡^ | 0011111100111111001111111110101001101100100111011010101001011110 | 3f3f3fea6c9daa5e |
EUC-JP | ???麝擡^ | 0011111100111111001111111111001111001101110110101010110001011110 | 3f3f3ff3cddaac5e |
UTF-8 | 롛뤇咽麝擡^ | 11101011101000011001101111101011101001001000011111101111101001101001111011101001101110101001110111100110100100111010000101011110 | eba19beba487efa69ee9ba9de693a15e |
UHC | 롛뤇咽麝擡^ | 1000111011011111100011111011011111100110111011001101111011111010110100111110010001011110 | 8edf8fb7e6ecdefad3e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)