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 | 椅?郁? | 100010001101011000111111100010001110100000111111 | 88d63f88e83f |
EUC-JP | 椅?郁? | 101100001101100000111111101100001110101000111111 | b0d83fb0ea3f |
UTF-8 | 椅렪郁렦 | 111001101010010010000101111010111010000010101010111010011000001110000001111010111010000010100110 | e6a485eba0aae98381eba0a6 |
UHC | 椅렪郁렦 | 1110101111110101100011101011100011101001111101001000111010110101 | ebf58eb8e9f48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)