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 | ¼ß¼¼¼£ | 101111001101111110111100101111001011110010100011 | bcdfbcbcbca3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ?ß???£ | 001111111000111110101001110011100011111100111111001111111010000111110010 | 3f8fa9ce3f3f3fa1f2 |
UTF-8 | ¼ß¼¼¼£ | 110000101011110011000011100111111100001010111100110000101011110011000010101111001100001010100011 | c2bcc39fc2bcc2bcc2bcc2a3 |
UHC | ¼ß¼¼¼? | 1010100011111001101010011010110010101000111110011010100011111001101010001111100100111111 | a8f9a9aca8f9a8f9a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)