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 | 11000011101110111100001110000101110000101000111101110000 | c3bbc385c28f70 |
SJIS-WIN | ??????p | 00111111001111110011111100111111001111110011111101110000 | 3f3f3f3f3f3f70 |
EUC-JP | Ã?Ã?Â?p | 10001111101010101010101000111111100011111010101010101010001111111000111110101010101001000011111101110000 | 8faaaa3f8faaaa3f8faaa43f70 |
UTF-8 | ûà Âp | 11000011100000111100001010111011110000111000001111000010100001011100001110000010110000101000111101110000 | c383c2bbc383c285c382c28f70 |
UHC | ??????p | 00111111001111110011111100111111001111110011111101110000 | 3f3f3f3f3f3f70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)