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 | ìºÞî | 11101100101110101101111011101110 | ecbadeee |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ìºÞî | 100011111010101111000000100011111010001011101011100011111010100110110000100011111010101111000010 | 8fabc08fa2eb8fa9b08fabc2 |
UTF-8 | ìºÞî | 1100001110101100110000101011101011000011100111101100001110101110 | c3acc2bac39ec3ae |
UHC | ?ºÞ? | 001111111010100010101100101010001010110100111111 | 3fa8aca8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)