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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 欲??P | 1001011101111110001111110011111101010000 | 977e3f3f50 |
EUC-JP | 欲??P | 1100110111011111001111110011111101010000 | cddf3f3f50 |
UTF-8 | 欲먩궣P | 11100110101011001011001011101011101010001010100111101010101101101010001101010000 | e6acb2eba8a9eab6a350 |
UHC | 欲먩궣P | 11101001101100001001000011100110100000101011011001010000 | e9b090e682b650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)