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 | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
EUC-JP | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
UTF-8 | 채W혧찼 | 11101100101100011000010001010111111011011001100010100111111011001011000010111100 | ecb18457ed98a7ecb0bc |
UHC | 채W혧찼 | 11000011101001000101011111000010100011111100001110100001 | c3a457c28fc3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)