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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??び?忌^ | 0011111100111111100000101101000100111111100010101111010101011110 | 3f3f82d13f8af55e |
EUC-JP | ??び?忌^ | 0011111100111111101001001101001100111111101101001111011101011110 | 3f3fa4d33fb4f75e |
UTF-8 | 룶殺び룶忌^ | 11101011101000111011011011101111101001011011000011100011100000011011001111101011101000111011011011100101101111111000110001011110 | eba3b6efa5b0e381b3eba3b6e5bf8c5e |
UHC | 룶殺び룶忌^ | 1000111110101011111000011110110110101010110100111000111110101011110100001111101101011110 | 8fabe1edaad38fabd0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)