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 | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
SJIS-WIN | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
EUC-JP | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
UTF-8 | 묨Z묬뫔 | 11101011101011001010100001011010111010111010110010101100111010111010101110010100 | ebaca85aebacacebab94 |
UHC | 묨Z묬뫔 | 10010010010000010101101010010010010000111001000110110110 | 92415a924391b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)