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 | è°èî^ | 1110100010110000111010001110111001011110 | e8b0e8ee5e |
SJIS-WIN | ?°??^ | 001111111000000110001011001111110011111101011110 | 3f818b3f3f5e |
EUC-JP | è°èî^ | 100011111010101110110010101000011110101110001111101010111011001010001111101010111100001001011110 | 8fabb2a1eb8fabb28fabc25e |
UTF-8 | è°èî^ | 110000111010100011000010101100001100001110101000110000111010111001011110 | c3a8c2b0c3a8c3ae5e |
UHC | ?°??^ | 001111111010000111000110001111110011111101011110 | 3fa1c63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)