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?ni?W?niB | 0011111101010111001111110110111001101001001111110101011100111111011011100110100101000010 | 3f573f6e693f573f6e6942 |
SJIS-WIN | ?W?ni?W?niB | 0011111101010111001111110110111001101001001111110101011100111111011011100110100101000010 | 3f573f6e693f573f6e6942 |
EUC-JP | ?W?ni?W?niB | 0011111101010111001111110110111001101001001111110101011100111111011011100110100101000010 | 3f573f6e693f573f6e6942 |
UTF-8 | 채W창ni채W창niB | 11101100101100011000010001010111111011001011000010111101011011100110100111101100101100011000010001010111111011001011000010111101011011100110100101000010 | ecb18457ecb0bd6e69ecb18457ecb0bd6e6942 |
UHC | 채W창ni채W창niB | 110000111010010001010111110000111010001001101110011010011100001110100100010101111100001110100010011011100110100101000010 | c3a457c3a26e69c3a457c3a26e6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)