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 | èÁ²íÅý | 111010001100000110110010111011011100010111111101 | e8c1b2edc5fd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èÁ?íÅý | 10001111101010111011001010001111101010101010000100111111100011111010101110111111100011111010101010101001100011111010101111110010 | 8fabb28faaa13f8fabbf8faaa98fabf2 |
UTF-8 | èÁ²íÅý | 110000111010100011000011100000011100001010110010110000111010110111000011100001011100001110111101 | c3a8c381c2b2c3adc385c3bd |
UHC | ??²??? | 00111111001111111010100111110111001111110011111100111111 | 3f3fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)