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 | 舮d坤絎 | 1110010010000100100000101000010010001101101000111110001101001101 | e48482848da3e34d |
EUC-JP | 舮d坤絎 | 1110011111100100101000111110010010111010101001011110010110101110 | e7e4a3e4baa5e5ae |
UTF-8 | 舮d坤絎 | 111010001000100010101110111011111011110110000100111001011001110110100100111001111011010110001110 | e888aeefbd84e59da4e7b58e |
UHC | ?d坤? | 001111111010001111100100110011011101111000111111 | 3fa3e4cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)