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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映ц?埇 | 10001001011001101000010010001000001111111111101010011010 | 896684883ffa9a |
EUC-JP | 映ц?埇 | 1011000111000111101001111110100000111111100011111011011111100111 | b1c7a7e83f8fb7e7 |
UTF-8 | 映ц쵛埇 | 1110011010011000101000001101000110000110111011001011010110011011111001011001111110000111 | e698a0d186ecb59be59f87 |
UHC | 映ц쵛埇 | 1110011110110001101011001110100010101100100111011110100110111001 | e7b1ace8ac9de9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)