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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遨零」雅麿 | 111001111010100110010111111010111010001110001001111010111001011010011011 | e7a997eba389eb969b |
EUC-JP | 遨零」雅麿 | 11101110101010111100111011101101100011101010001110110010111011011100101111111011 | eeabceed8ea3b2edcbfb |
UTF-8 | 遨零」雅麿 | 111010011000000110101000111010011001101110110110111011111011110110100011111010011001101110000101111010011011101010111111 | e981a8e99bb6efbda3e99b85e9babf |
UHC | ?零?雅? | 00111111110101101100001100111111111001001011101000111111 | 3fd6c33fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)