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 | àf{ | 11100000011001101001000001111011 | e066907b |
SJIS-WIN | ?f?{ | 00111111011001100011111101111011 | 3f663f7b |
EUC-JP | àf?{ | 100011111010101110100010011001100011111101111011 | 8faba2663f7b |
UTF-8 | àf{ | 110000111010000001100110110000101001000001111011 | c3a066c2907b |
UHC | ?f?{ | 00111111011001100011111101111011 | 3f663f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)