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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淲假セ檎 | 11111011010001001001100011101111101111101000110011100111 | fb4498efbe8ce7 |
EUC-JP | ?假セ檎 | 00111111110100001111000110001110101111101011100011101001 | 3fd0f18ebeb8e9 |
UTF-8 | 淲假セ檎 | 111001101011011110110010111001011000000110000111111011111011110110111110111001101010101010001110 | e6b7b2e58187efbdbee6aa8e |
UHC | ?假?檎 | 001111111100101010100011001111111101000011010101 | 3fcaa33fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)