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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 而????] | 10001110101001110011111100111111001111110011111101011101 | 8ea73f3f3f3f5d |
EUC-JP | 而????] | 10111100101010010011111100111111001111110011111101011101 | bca93f3f3f3f5d |
UTF-8 | 而렲欌쇤커] | 11101000100000001000110011101011101000001011001011100110101011001000110011101100100001111010010011101100101110111010010001011101 | e8808ceba0b2e6ac8cec87a4ecbba45d |
UHC | 而렲欌쇤커] | 1110110010111011100011101011111111101101111010111011110011101001110001001011111101011101 | ecbb8ebfedebbce9c4bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)