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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 晟[晟[^ | 10011101111011100101101110011101111011100101101101011110 | 9dee5b9dee5b5e |
EUC-JP | 晟[晟[^ | 11011010111100000101101111011010111100000101101101011110 | daf05bdaf05b5e |
UTF-8 | 晟[晟[^ | 111001101001100110011111010110111110011010011001100111110101101101011110 | e6999f5be6999f5b5e |
UHC | 晟[晟[^ | 11100000111110010101101111100000111110010101101101011110 | e0f95be0f95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)