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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??踰ζ? | 111001111011000100111111001111111110011011111010100000111100010000111111 | e7b13f3fe6fa83c43f |
EUC-JP | 邀??踰ζ? | 111011101011001100111111001111111110110011111100101001101100011000111111 | eeb33f3fecfca6c63f |
UTF-8 | 邀싳옓踰ζ뤃 | 1110100110000010100000001110110010001011101100111110110010011000100100111110100010111000101100001100111010110110111010111010010010000011 | e98280ec8bb3ec9893e8b8b0ceb6eba483 |
UHC | 邀싳옓踰ζ뤃 | 111010011010110110011010111011001001111010011001111010111011001010100101111001101000111110110100 | e9ad9aec9e99ebb2a5e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)