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 | âµû¡ðîe^ | 1110001010110101111110111010000111110000111011100110010101011110 | e2b5fba1f0ee655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | â?û¡ðîe^ | 100011111010101110100100001111111000111110101011111001011000111110100010110000101000111110101001110000111000111110101011110000100110010101011110 | 8faba43f8fabe58fa2c28fa9c38fabc2655e |
UTF-8 | âµû¡ðîe^ | 1100001110100010110000101011010111000011101110111100001010100001110000111011000011000011101011100110010101011110 | c3a2c2b5c3bbc2a1c3b0c3ae655e |
UHC | ???¡ð?e^ | 00111111001111110011111110100010101011101010100110100011001111110110010101011110 | 3f3f3fa2aea9a33f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)