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 | 脛悟飢葢 | 1110001111111000100011001110010110001011010100011110010011100010 | e3f88ce58b51e4e2 |
EUC-JP | 脛悟飢葢 | 1110011011111010101110001110011110110101101100101110100011100100 | e6fab8e7b5b2e8e4 |
UTF-8 | 脛悟飢葢 | 111010001000010010011011111001101000001010011111111010011010001110100010111010001001000110100010 | e8849be6829fe9a3a2e891a2 |
UHC | 脛悟飢? | 11001100111010111110011111110110110100011100011000111111 | ccebe7f6d1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)