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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 篠悉偲鹿k | 100011101100001010001110101110111000111011000011100011101010110101101011 | 8ec28ebb8ec38ead6b |
EUC-JP | 篠悉偲鹿k | 101111001100010010111100101111011011110011000101101111001010111101101011 | bcc4bcbdbcc5bcaf6b |
UTF-8 | 篠悉偲鹿k | 11100111101011111010000011100110100000101000100111100101100000011011001011101001101110011011111101101011 | e7afa0e68289e581b2e9b9bf6b |
UHC | 篠悉?鹿k | 1110000111000110111000111111101000111111110101101110001101101011 | e1c6e3fa3fd6e36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)