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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 范范[范范[^ | 1110010010010111111001001001011101011011111001001001011111100100100101110101101101011110 | e497e4975be497e4975b5e |
EUC-JP | 范范[范范[^ | 1110011111110111111001111111011101011011111001111111011111100111111101110101101101011110 | e7f7e7f75be7f7e7f75b5e |
UTF-8 | 范范[范范[^ | 111010001000110010000011111010001000110010000011010110111110100010001100100000111110100010001100100000110101101101011110 | e88c83e88c835be88c83e88c835b5e |
UHC | 范范[范范[^ | 1101101111110101110110111111010101011011110110111111010111011011111101010101101101011110 | dbf5dbf55bdbf5dbf55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)