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 | èßæ[ | 11101000110111111001010011100110100101111000111101011011 | e8df94e6978f5b |
SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
EUC-JP | èß?æ??[ | 10001111101010111011001010001111101010011100111000111111100011111010100111000001001111110011111101011011 | 8fabb28fa9ce3f8fa9c13f3f5b |
UTF-8 | èßæ[ | 11000011101010001100001110011111110000101001010011000011101001101100001010010111110000101000111101011011 | c3a8c39fc294c3a6c297c28f5b |
UHC | ?ß?æ??[ | 001111111010100110101100001111111010100110100001001111110011111101011011 | 3fa9ac3fa9a13f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)