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 | ?no | 001111110110111001101111 | 3f6e6f |
SJIS-WIN | ?no | 001111110110111001101111 | 3f6e6f |
EUC-JP | ?no | 001111110110111001101111 | 3f6e6f |
UTF-8 | 채no | 1110110010110001100001000110111001101111 | ecb1846e6f |
UHC | 채no | 11000011101001000110111001101111 | c3a46e6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)