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 | 腫?砥 | 1000111011101110001111111001001101110101 | 8eee3f9375 |
EUC-JP | 腫?砥 | 1011110011110000001111111100010111010110 | bcf03fc5d6 |
UTF-8 | 腫렣砥 | 111010001000010110101011111010111010000010100011111001111010000010100101 | e885abeba0a3e7a0a5 |
UHC | 腫렣砥 | 111100001111111010001110101101001111001010110010 | f0fe8eb4f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)