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 | 韆代h籬 | 1110100011100110100100011110001110000010100010001110001011011111 | e8e691e38288e2df |
EUC-JP | 韆代h籬 | 1111000011101000110000101110010110100011111010001110010011100001 | f0e8c2e5a3e8e4e1 |
UTF-8 | 韆代h籬 | 111010011001111110000110111001001011101110100011111011111011110110001000111001111011000110101100 | e99f86e4bba3efbd88e7b1ac |
UHC | 韆代h籬 | 1111010011000111110100111101101110100011111010001101011111100110 | f4c7d3dba3e8d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)