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 | ø祷 | 11111000111001111010010110110111 | f8e7a5b7 |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | øç?? | 1000111110101001110011001000111110101011101011100011111100111111 | 8fa9cc8fabae3f3f |
UTF-8 | ø祷 | 1100001110111000110000111010011111000010101001011100001010110111 | c3b8c3a7c2a5c2b7 |
UHC | ø??· | 101010011010101000111111001111111010000110100100 | a9aa3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)