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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梓h械 | 100010001011001010000010100010001000101001000010 | 88b282888a42 |
EUC-JP | 梓h械 | 101100001011010010100011111010001011001110100011 | b0b4a3e8b3a3 |
UTF-8 | 梓h械 | 111001101010001010010011111011111011110110001000111001101010001010110000 | e6a293efbd88e6a2b0 |
UHC | 梓h械 | 111011101010100110100011111010001100110011111110 | eea9a3e8ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)