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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疾゚諶オ^ | 10001110101111101101111111111011101010101011010101011110 | 8ebedffbaab55e |
EUC-JP | 疾゚諶オ^ | 10111100110000001000111011011111100011111101111010110101100011101011010101011110 | bcc08edf8fdeb58eb55e |
UTF-8 | 疾゚諶オ^ | 11100111100101101011111011101111101111101001111111101000101010111011011011101111101111011011010101011110 | e796beefbe9fe8abb6efbdb55e |
UHC | 疾?諶?^ | 11110010111100000011111111100100101001100011111101011110 | f2f03fe4a63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)