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 | í»ßÞí» | 111011011011101111011111110111101110110110111011 | edbbdfdeedbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | í?ßÞí? | 1000111110101011101111110011111110001111101010011100111010001111101010011011000010001111101010111011111100111111 | 8fabbf3f8fa9ce8fa9b08fabbf3f |
UTF-8 | í»ßÞí» | 110000111010110111000010101110111100001110011111110000111001111011000011101011011100001010111011 | c3adc2bbc39fc39ec3adc2bb |
UHC | ??ßÞ?? | 0011111100111111101010011010110010101000101011010011111100111111 | 3f3fa9aca8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)