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 | 腱ш嘗褸 | 1110010001000110100001001000101010001111101001101110010111111000 | e446848a8fa6e5f8 |
EUC-JP | 腱ш嘗褸 | 1110011110100111101001111110101010111110101010001110101011111010 | e7a7a7eabea8eafa |
UTF-8 | 腱ш嘗褸 | 1110100010000101101100011101000110001000111001011001100010010111111010001010010010111000 | e885b1d188e59897e8a4b8 |
UHC | 腱ш嘗褸 | 1100101111110010101011001110101011011111110001001101011110101110 | cbf2aceadfc4d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)