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 | ?蛾 | 001111111011001011101011 | 3fb2eb |
UTF-8 | 料蛾 | 111011111010011010111110111010001001101110111110 | efa6bee89bbe |
UHC | 料蛾 | 11101000111101111110010010110110 | e8f7e4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)