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 | 鹿昇カ | 111100101010100110001110101011011000111110111000111101011000111010110110 | f2a98ead8fb8f58eb6 |
EUC-JP | ?鹿昇?カ | 0011111110111100101011111011111010111010001111111000111010110110 | 3fbcafbeba3f8eb6 |
UTF-8 | 鹿昇カ | 111011101000011110100000111010011011100110111111111001101001100010000111111011101000111110111001111011111011110110110110 | ee87a0e9b9bfe69887ee8fb9efbdb6 |
UHC | ?鹿昇?? | 00111111110101101110001111100011101100000011111100111111 | 3fd6e3e3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)