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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莠罷ッァ緕歐 | 11100100101110101001010011101011101011111010011111100011100011101001111101011110 | e4ba94ebafa7e38e9f5e |
EUC-JP | 莠罷ッァ緕歐 | 111010001011110011001000111011011000111010101111100011101010011111100101111011101101110110111111 | e8bcc8ed8eaf8ea7e5eeddbf |
UTF-8 | 莠罷ッァ緕歐 | 111010001000111010100000111001111011110110110111111011111011110110101111111011111011110110100111111001111011011110010101111001101010110110010000 | e88ea0e7bdb7efbdafefbda7e7b795e6ad90 |
UHC | ?罷???歐 | 0011111111110111111100110011111100111111001111111100111110110001 | 3ff7f33f3f3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)