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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 誾懣亨^ | 11111011101001111001110011101110100010111001110001011110 | fba79cee8b9c5e |
EUC-JP | 誾懣亨^ | 1000111111011110101001001101100011110000101101011111110001011110 | 8fdea4d8f0b5fc5e |
UTF-8 | 誾懣亨^ | 11101000101010101011111011100110100001111010001111100100101110101010100001011110 | e8aabee687a3e4baa85e |
UHC | 誾?亨^ | 111010111101110100111111111110101111101101011110 | ebdd3ffafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)