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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 艶??兄? | 10001001100100000011111100111111100011000101101000111111 | 89903f3f8c5a3f |
EUC-JP | 艶??兄® | 101100011111000000111111001111111011011110111011100011111010001011101110 | b1f03f3fb7bb8fa2ee |
UTF-8 | 艶쀧윐兄® | 1110100010001001101101101110110010000000101001111110110010011100100100001110010110000101100001001100001010101110 | e889b6ec80a7ec9c90e58584c2ae |
UHC | 艶쀧윐兄® | 11100110111111011001011111100111100111111001011111111010111111001010001011100111 | e6fd97e79f97fafca2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)