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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ???堉?^ | 0011111100111111001111111000111110110111111111010011111101011110 | 3f3f3f8fb7fd3f5e |
UTF-8 | 列룸똾堉괣^ | 11101111101001101001110011101011101000111011100011101011100110001011111011100101101000001000100111101010101101001010001101011110 | efa69ceba3b8eb98bee5a089eab4a35e |
UHC | 列룸똾堉괣^ | 1110011011101010101101111110101110001100100001001110101110111100100000100100110101011110 | e6eab7eb8c84ebbc824d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)