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 | õûZD | 11110101111110110101101001000100 | f5fb5a44 |
SJIS-WIN | ??ZD | 00111111001111110101101001000100 | 3f3f5a44 |
EUC-JP | õûZD | 1000111110101011110110001000111110101011111001010101101001000100 | 8fabd88fabe55a44 |
UTF-8 | õûZD | 110000111011010111000011101110110101101001000100 | c3b5c3bb5a44 |
UHC | ??ZD | 00111111001111110101101001000100 | 3f3f5a44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)