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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 冓゚ | 100110010110100111011111 | 9969df |
EUC-JP | 冓゚ | 11010001110010101000111011011111 | d1ca8edf |
UTF-8 | 冓゚ | 111001011000011010010011111011111011111010011111 | e58693efbe9f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)