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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇?h靜? | 1001100011001000001111111000001010001000111010001100111000111111 | 98c83f8288e8ce3f |
EUC-JP | 佇?h靜? | 1101000011001010001111111010001111101000111100001101000000111111 | d0ca3fa3e8f0d03f |
UTF-8 | 佇뜹h靜렫 | 111001001011110110000111111010111001110010111001111011111011110110001000111010011001110110011100111010111010000010101011 | e4bd87eb9cb9efbd88e99d9ceba0ab |
UHC | 佇뜹h靜렫 | 11101110101101111011011011100101101000111110100011110000101000011000111010111001 | eeb7b6e5a3e8f0a18eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)