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 | ûBï¾ | 1111101101000010100010101110111110111110 | fb428aefbe |
SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
EUC-JP | ûB?ï? | 100011111010101111100101010000100011111110001111101010111100000100111111 | 8fabe5423f8fabc13f |
UTF-8 | ûBï¾ | 110000111011101101000010110000101000101011000011101011111100001010111110 | c3bb42c28ac3afc2be |
UHC | ?B??¾ | 001111110100001000111111001111111010100011111010 | 3f423f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)