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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 媛?旭?\ | 10010101010100010011111110001000101011100011111101011100 | 95513f88ae3f5c |
EUC-JP | 媛?旭?\ | 11001001101100100011111110110000101100000011111101011100 | c9b23fb0b03f5c |
UTF-8 | 媛렎旭렠\ | 11100101101010101001101111101011101000001000111011100110100101111010110111101011101000001010000001011100 | e5aa9beba08ee697adeba0a05c |
UHC | 媛렎旭렠\ | 111010101011000010001110101001001110100111101111100011101011000101011100 | eab08ea4e9ef8eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)