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 | æッé | 1110011010011000100011001110111110111101101011111110100110000101 | e6988cefbdafe985 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??ï?¯é? | 10001111101010011100000100111111001111111000111110101011110000010011111110001111101000101011010010001111101010111011000100111111 | 8fa9c13f3f8fabc13f8fa2b48fabb13f |
UTF-8 | æッé | 11000011101001101100001010011000110000101000110011000011101011111100001010111101110000101010111111000011101010011100001010000101 | c3a6c298c28cc3afc2bdc2afc3a9c285 |
UHC | æ???½??? | 10101001101000010011111100111111001111111010100011110110001111110011111100111111 | a9a13f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)