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^ | 1100001110101001110000101000000111000010100101000101000001011110 | c3a9c281c294505e |
SJIS-WIN | ??????P^ | 0011111100111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f3f505e |
EUC-JP | �P^ | 10001111101010101010101010001111101000101110110110001111101010101010010000111111100011111010101010100100001111110101000001011110 | 8faaaa8fa2ed8faaa43f8faaa43f505e |
UTF-8 | éÂÂP^ | 1100001110000011110000101010100111000011100000101100001010000001110000111000001011000010100101000101000001011110 | c383c2a9c382c281c382c294505e |
UHC | ??????P^ | 0011111100111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f3f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)