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 | 魚?┨? | 100010111001101100111111100001001011011100111111 | 8b9b3f84b73f |
EUC-JP | 魚?┨? | 101101011111101100111111101010001011100100111111 | b5fb3fa8b93f |
UTF-8 | 魚썽┨琉 | 111010011010110110011010111011001000110110111101111000101001010010101000111011111010011110001100 | e9ad9aec8dbde294a8efa78c |
UHC | 魚썽┨琉 | 1110010111100000101111011110100110100110101110011110101110100100 | e5e0bde9a6b9eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)