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 | ?t? | 001111110111010000111111 | 3f743f |
SJIS-WIN | ?t? | 001111110111010000111111 | 3f743f |
EUC-JP | ?t? | 001111110111010000111111 | 3f743f |
UTF-8 | 혵t혴 | 11101101100110001011010101110100111011011001100010110100 | ed98b574ed98b4 |
UHC | 혵t혴 | 1100001010011100011101001100001010011011 | c29c74c29b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)