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 | ¼àðä¼³^ | 10111100111000001111000011100100101111001011001101011110 | bce0f0e4bcb35e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?àðä??^ | 00111111100011111010101110100010100011111010100111000011100011111010101110100011001111110011111101011110 | 3f8faba28fa9c38faba33f3f5e |
UTF-8 | ¼àðä¼³^ | 11000010101111001100001110100000110000111011000011000011101001001100001010111100110000101011001101011110 | c2bcc3a0c3b0c3a4c2bcc2b35e |
UHC | ¼?ð?¼³^ | 1010100011111001001111111010100110100011001111111010100011111001101010011111100001011110 | a8f93fa9a33fa8f9a9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)