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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 鄒樒ィョ菫ョk | 11100111101111101001111011100111101010001010111011100100101111111010111001101011 | e7be9ee7a8aee4bfae6b |
EUC-JP | 鄒樒ィョ菫ョk | 11101110110000001101110011101001100011101010100010001110101011101110100011000001100011101010111001101011 | eec0dce98ea88eaee8c18eae6b |
UTF-8 | 鄒樒ィョ菫ョk | 11101001100001001001001011100110101010001001001011101111101111011010100011101111101111011010111011101000100011111010101111101111101111011010111001101011 | e98492e6a892efbda8efbdaee88fabefbdae6b |
UHC | 鄒???菫?k | 111101011101101100111111001111110011111111010000110010110011111101101011 | f5db3f3f3fd0cb3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)