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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 燃? | 100101000101001000111111 | 94523f |
EUC-JP | 燃蓀 | 1100011110110011100011111101100011111000 | c7b38fd8f8 |
UTF-8 | 燃蓀 | 111001111000011110000011111010001001001110000000 | e78783e89380 |
UHC | 燃蓀 | 11100110110101111110000111100000 | e6d7e1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)