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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 単単則族] | 100100100101000010010010010100001001000110100101100100011011000001011101 | 9250925091a591b05d |
EUC-JP | 単単則族] | 110000111011000111000011101100011100001010100111110000101011001001011101 | c3b1c3b1c2a7c2b25d |
UTF-8 | 単単則族] | 11100101100011011001100011100101100011011001100011100101100010011000011111100110100101111000111101011101 | e58d98e58d98e58987e6978f5d |
UHC | ??則族] | 00111111001111111111011011001110111100001110100101011101 | 3f3ff6cef0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)