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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鹿昇 | 1111001010101001100011101010110110001111101110001111010011101100 | f2a98ead8fb8f4ec |
EUC-JP | ?鹿昇? | 001111111011110010101111101111101011101000111111 | 3fbcafbeba3f |
UTF-8 | 鹿昇 | 111011101000011110100000111010011011100110111111111001101001100010000111111011101000111010011011 | ee87a0e9b9bfe69887ee8e9b |
UHC | ?鹿昇? | 001111111101011011100011111000111011000000111111 | 3fd6e3e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)