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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?儼}?儼{^ | 001111111001100101010110011111010011111110011001010101100111101101011110 | 3f99567d3f99567b5e |
EUC-JP | ?儼}?儼{^ | 001111111101000110110111011111010011111111010001101101110111101101011110 | 3fd1b77d3fd1b77b5e |
UTF-8 | 쌆儼}쌆儼{^ | 111011001000110010000110111001011000010010111100011111011110110010001100100001101110010110000100101111000111101101011110 | ec8c86e584bc7dec8c86e584bc7b5e |
UHC | 쌆儼}쌆儼{^ | 1001101011111001111001011111000001111101100110101111100111100101111100000111101101011110 | 9af9e5f07d9af9e5f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)