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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?蛾 | 001111111000100111101001 | 3f89e9 |
EUC-JP | 璇蛾 | 1000111111001100110011111011001011101011 | 8fcccfb2eb |
UTF-8 | 璇蛾 | 111001111001001010000111111010001001101110111110 | e79287e89bbe |
UHC | 璇蛾 | 11100000110001101110010010110110 | e0c6e4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)