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 | íû¤ê̼ | 111011011111101110100100111010101100110010111100 | edfba4eaccbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íû¤êÌ? | 10001111101010111011111110001111101010111110010110001111101000101111000010001111101010111011010010001111101010101100000000111111 | 8fabbf8fabe58fa2f08fabb48faac03f |
UTF-8 | íû¤ê̼ | 110000111010110111000011101110111100001010100100110000111010101011000011100011001100001010111100 | c3adc3bbc2a4c3aac38cc2bc |
UHC | ??¤??¼ | 0011111100111111101000101011010000111111001111111010100011111001 | 3f3fa2b43f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)