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?? | 00111111011101000011111100111111 | 3f743f3f |
SJIS-WIN | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
EUC-JP | ?t?? | 00111111011101000011111100111111 | 3f743f3f |
UTF-8 | 챗t혺혩 | 11101100101100011001011101110100111011011001100010111010111011011001100010101001 | ecb19774ed98baed98a9 |
UHC | 챗t혺혩 | 11000011101010100111010011000010100111111100001010010001 | c3aa74c29fc291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)