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 | 赭幎劫籬 | 1110011011011110100110111110101110001101100001011110001011011111 | e6de9beb8d85e2df |
EUC-JP | 赭幎劫籬 | 1110110011100000110101101110110110111001111001011110010011100001 | ece0d6edb9e5e4e1 |
UTF-8 | 赭幎劫籬 | 111010001011010110101101111001011011100110001110111001011000101010101011111001111011000110101100 | e8b5ade5b98ee58aabe7b1ac |
UHC | ??劫籬 | 001111110011111111001100101001001101011111100110 | 3f3fcca4d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)