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 | 遲鷺、。 | 111001111010110110001101111010111010010010100001 | e7ad8deba4a1 |
EUC-JP | 遲鷺、。 | 1110111010101111101110101110110110001110101001001000111010100001 | eeafbaed8ea48ea1 |
UTF-8 | 遲鷺、。 | 111010011000000110110010111010011011011110111010111011111011110110100100111011111011110110100001 | e981b2e9b7baefbda4efbda1 |
UHC | 遲鷺?? | 111100101100000011010110110111000011111100111111 | f2c0d6dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)