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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | 而?????@ | 1000111010100111001111110011111100111111001111110011111101000000 | 8ea73f3f3f3f3f40 |
EUC-JP | 而?????@ | 1011110010101001001111110011111100111111001111110011111101000000 | bca93f3f3f3f3f40 |
UTF-8 | 而렲欌쇤렎렱@ | 11101000100000001000110011101011101000001011001011100110101011001000110011101100100001111010010011101011101000001000111011101011101000001011000101000000 | e8808ceba0b2e6ac8cec87a4eba08eeba0b140 |
UHC | 而렲欌쇤렎렱@ | 11101100101110111000111010111111111011011110101110111100111010011000111010100100100011101011111001000000 | ecbb8ebfedebbce98ea48ebe40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)