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 | ??o[??o[^ | 001111110011111101101111010110110011111100111111011011110101101101011110 | 3f3f6f5b3f3f6f5b5e |
SJIS-WIN | 蔗クo[蔗クo[^ | 1110010011110010101110000110111101011011111001001111001010111000011011110101101101011110 | e4f2b86f5be4f2b86f5b5e |
EUC-JP | 蔗クo[蔗クo[^ | 11101000111101001000111010111000011011110101101111101000111101001000111010111000011011110101101101011110 | e8f48eb86f5be8f48eb86f5b5e |
UTF-8 | 蔗クo[蔗クo[^ | 1110100010010100100101111110111110111101101110000110111101011011111010001001010010010111111011111011110110111000011011110101101101011110 | e89497efbdb86f5be89497efbdb86f5b5e |
UHC | 蔗?o[蔗?o[^ | 1110110110111101001111110110111101011011111011011011110100111111011011110101101101011110 | edbd3f6f5bedbd3f6f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)