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 | 鹿昇ア | 111100101010100110001110101011011000111110111000111101111000111010110001 | f2a98ead8fb8f78eb1 |
EUC-JP | ?鹿昇?ア | 0011111110111100101011111011111010111010001111111000111010110001 | 3fbcafbeba3f8eb1 |
UTF-8 | 鹿昇ア | 111011101000011110100000111010011011100110111111111001101001100010000111111011101001010110110001111011111011110110110001 | ee87a0e9b9bfe69887ee95b1efbdb1 |
UHC | ?鹿昇?? | 00111111110101101110001111100011101100000011111100111111 | 3fd6e3e3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)