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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 盛厭艾^ | 10010000101101111000100101111101111001001000100001011110 | 90b7897de4885e |
EUC-JP | 盛厭艾^ | 11000000101110011011000111011110111001111110100001011110 | c0b9b1dee7e85e |
UTF-8 | 盛厭艾^ | 11100111100110111001101111100101100011101010110111101000100010011011111001011110 | e79b9be58eade889be5e |
UHC | 盛厭艾^ | 11100000111111001110011011110100111001001111010101011110 | e0fce6f4e4f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)