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 | 燹蟲繙燹 | 1110000010011111111001011011001111100011100001101110000010011111 | e09fe5b3e386e09f |
EUC-JP | 燹蟲繙燹 | 1110000010100001111010101011010111100101111001101110000010100001 | e0a1eab5e5e6e0a1 |
UTF-8 | 燹蟲繙燹 | 111001111000011110111001111010001001111110110010111001111011100110011001111001111000011110111001 | e787b9e89fb2e7b999e787b9 |
UHC | ?蟲?? | 0011111111110101111110010011111100111111 | 3ff5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)