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 | イ郢 | 11110001111010011011001011100111101110011111001111101001 | f1e9b2e7b9f3e9 |
EUC-JP | ?イ郢? | 001111111000111010110010111011101011101100111111 | 3f8eb2eebb3f |
UTF-8 | イ郢 | 111011101000010110100100111011111011110110110010111010011000001110100010111011101000101110011100 | ee85a4efbdb2e983a2ee8b9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)