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 | ûP¯ûK | 111110110101000010001110101011111111101101001011 | fb508eaffb4b |
SJIS-WIN | ?P???K | 001111110101000000111111001111110011111101001011 | 3f503f3f3f4b |
EUC-JP | ûP?¯ûK | 100011111010101111100101010100000011111110001111101000101011010010001111101010111110010101001011 | 8fabe5503f8fa2b48fabe54b |
UTF-8 | ûP¯ûK | 11000011101110110101000011000010100011101100001010101111110000111011101101001011 | c3bb50c28ec2afc3bb4b |
UHC | ?P???K | 001111110101000000111111001111110011111101001011 | 3f503f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)