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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逶樒ョ夐ア | 1110011110011011100111101110011110101110100110101110100110110001 | e79b9ee7ae9ae9b1 |
EUC-JP | 逶樒ョ夐ア | 11101101111110111101110011101001100011101010111011010100111010111000111010110001 | edfbdce98eaed4eb8eb1 |
UTF-8 | 逶樒ョ夐ア | 111010011000000010110110111001101010100010010010111011111011110110101110111001011010010010010000111011111011110110110001 | e980b6e6a892efbdaee5a490efbdb1 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)