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 | î £å®¤^ | 11101110100001011010001111100101101011101010010001011110 | ee85a3e5aea45e |
SJIS-WIN | ??£???^ | 0011111100111111100000011001001000111111001111110011111101011110 | 3f3f81923f3f3f5e |
EUC-JP | �室^ | 10001111101010111100001000111111101000011111001010001111101010111010100110001111101000101110111010001111101000101111000001011110 | 8fabc23fa1f28faba98fa2ee8fa2f05e |
UTF-8 | î £å®¤^ | 11000011101011101100001010000101110000101010001111000011101001011100001010101110110000101010010001011110 | c3aec285c2a3c3a5c2aec2a45e |
UHC | ????®¤^ | 001111110011111100111111001111111010001011100111101000101011010001011110 | 3f3f3f3fa2e7a2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)