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 | ¼Ïðݼ | 1011110011001111111100001101110110111100 | bccff0ddbc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÏðÝ? | 0011111110001111101010101100000110001111101010011100001110001111101010101111001000111111 | 3f8faac18fa9c38faaf23f |
UTF-8 | ¼Ïðݼ | 11000010101111001100001110001111110000111011000011000011100111011100001010111100 | c2bcc38fc3b0c39dc2bc |
UHC | ¼?ð?¼ | 1010100011111001001111111010100110100011001111111010100011111001 | a8f93fa9a33fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)