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 | øÃ÷¯ | 11111000110000111111011110101111 | f8c3f7af |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | øÃ÷¯ | 1000111110101001110011001000111110101010101010101010000111100000100011111010001010110100 | 8fa9cc8faaaaa1e08fa2b4 |
UTF-8 | øÃ÷¯ | 1100001110111000110000111000001111000011101101111100001010101111 | c3b8c383c3b7c2af |
UHC | ø?÷? | 101010011010101000111111101000011100000000111111 | a9aa3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)