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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄒る擡 | 111001111011111010000010111010011001110110101010 | e7be82e99daa |
EUC-JP | 鄒る擡 | 111011101100000010100100111010111101101010101100 | eec0a4ebdaac |
UTF-8 | 鄒る擡 | 111010011000010010010010111000111000001010001011111001101001001110100001 | e98492e3828be693a1 |
UHC | 鄒る擡 | 111101011101101110101010111010111101001111100100 | f5dbaaebd3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)