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 | 堤?懈經伶 | 100100101110011100111111100111001110011011100011010100111001011111100000 | 92e73f9ce6e35397e0 |
EUC-JP | 堤?懈經伶 | 110001001110100100111111110110001110100011100101101101001100111011100010 | c4e93fd8e8e5b4cee2 |
UTF-8 | 堤렚懈經伶 | 111001011010000010100100111010111010000010011010111001101000011110001000111001111011011010010011111001001011110010110110 | e5a0a4eba09ae68788e7b693e4bcb6 |
UHC | 堤렚懈經伶 | 11110000101001111000111010101101111110101010101111001100111010001101011010110110 | f0a78eadfaabcce8d6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)