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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狠蜉狠疆 | 1110000011000001111001011000101011100000110000011110000101100100 | e0c1e58ae0c1e164 |
EUC-JP | 狠蜉狠疆 | 1110000011000011111010011110101011100000110000111110000111000101 | e0c3e9eae0c3e1c5 |
UTF-8 | 狠蜉狠疆 | 111001111000101110100000111010001001110010001001111001111000101110100000111001111001011010000110 | e78ba0e89c89e78ba0e79686 |
UHC | ???疆 | 0011111100111111001111111100101110110010 | 3f3f3fcbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)