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 | 外??外? | 10001010010011110011111100111111100010100100111100111111 | 8a4f3f3f8a4f3f |
EUC-JP | 外??外? | 10110011101100000011111100111111101100111011000000111111 | b3b03f3fb3b03f |
UTF-8 | 外귟퓥外귡 | 111001011010010010010110111010101011011110011111111011011001001110100101111001011010010010010110111010101011011110100001 | e5a496eab79fed93a5e5a496eab7a1 |
UHC | 外귟퓥外귡 | 11101000111000101000001011101000101111111000111011101000111000101000001011101001 | e8e282e8bf8ee8e282e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)