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 | ¸´}¸´{^ | 100011111011100010110100011111011000111110111000101101000111101101011110 | 8fb8b47d8fb8b47b5e |
SJIS-WIN | ??´}??´{^ | 0011111100111111100000010100110001111101001111110011111110000001010011000111101101011110 | 3f3f814c7d3f3f814c7b5e |
EUC-JP | ?¸´}?¸´{^ | 001111111000111110100010101100011010000110101101011111010011111110001111101000101011000110100001101011010111101101011110 | 3f8fa2b1a1ad7d3f8fa2b1a1ad7b5e |
UTF-8 | ¸´}¸´{^ | 110000101000111111000010101110001100001010110100011111011100001010001111110000101011100011000010101101000111101101011110 | c28fc2b8c2b47dc28fc2b8c2b47b5e |
UHC | ?¸´}?¸´{^ | 00111111101000101010110010100010101001010111110100111111101000101010110010100010101001010111101101011110 | 3fa2aca2a57d3fa2aca2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)