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 | ù®÷à] | 1111100110101110111101111110000001011101 | f9aef7e05d |
SJIS-WIN | ??÷?] | 001111110011111110000001100000000011111101011101 | 3f3f81803f5d |
EUC-JP | ù®÷à] | 100011111010101111100011100011111010001011101110101000011110000010001111101010111010001001011101 | 8fabe38fa2eea1e08faba25d |
UTF-8 | ù®÷à] | 110000111011100111000010101011101100001110110111110000111010000001011101 | c3b9c2aec3b7c3a05d |
UHC | ?®÷?] | 00111111101000101110011110100001110000000011111101011101 | 3fa2e7a1c03f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)