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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燿?氾燿 | 11100000101000000011111110010100110000111110000010100000 | e0a03f94c3e0a0 |
EUC-JP | 燿?氾燿 | 11100000101000100011111111001000110001011110000010100010 | e0a23fc8c5e0a2 |
UTF-8 | 燿띈氾燿 | 111001111000011110111111111010111001110110001000111001101011000010111110111001111000011110111111 | e787bfeb9d88e6b0bee787bf |
UHC | 燿띈氾燿 | 1110100011111100101101101110100011011011111100001110100011111100 | e8fcb6e8dbf0e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)