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 | 磆賈豎貉 | 1110000111110101111001101100100111100110101100011110011010111001 | e1f5e6c9e6b1e6b9 |
EUC-JP | 磆賈豎貉 | 1110001011110111111011001100101111101100101100111110110010111011 | e2f7eccbecb3ecbb |
UTF-8 | 磆賈豎貉 | 111001111010001110000110111010001011001110001000111010001011000110001110111010001011001010001001 | e7a386e8b388e8b18ee8b289 |
UHC | ?賈?? | 0011111111001010101110010011111100111111 | 3fcab93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)