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 | î§ÝÉ | 11101110101001111101110111001001 | eea7ddc9 |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | î§ÝÉ | 1000111110101011110000101010000111111000100011111010101011110010100011111010101010110001 | 8fabc2a1f88faaf28faab1 |
UTF-8 | î§ÝÉ | 1100001110101110110000101010011111000011100111011100001110001001 | c3aec2a7c39dc389 |
UHC | ?§?? | 0011111110100001110101110011111100111111 | 3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)