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 | 霑ッ鮨「豕」 | 111010001011111110101111111010011011110110100010111001101011001110100011 | e8bfafe9bda2e6b3a3 |
EUC-JP | 霑ッ鮨「豕」 | 111100001100000110001110101011111111001010111111100011101010001011101100101101011000111010100011 | f0c18eaff2bf8ea2ecb58ea3 |
UTF-8 | 霑ッ鮨「豕」 | 111010011001110010010001111011111011110110101111111010011010111010101000111011111011110110100010111010001011000110010101111011111011110110100011 | e99c91efbdafe9aea8efbda2e8b195efbda3 |
UHC | 霑???豕? | 1110111111000101001111110011111100111111111000111100111000111111 | efc53f3f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)