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 | ¦U¦UB | 100100011010011010010010010101011001000110100110100100100101010101000010 | 91a6925591a6925542 |
SJIS-WIN | ???U???UB | 001111110011111100111111010101010011111100111111001111110101010101000010 | 3f3f3f553f3f3f5542 |
EUC-JP | ?¦?U?¦?UB | 00111111100011111010001011000011001111110101010100111111100011111010001011000011001111110101010101000010 | 3f8fa2c33f553f8fa2c33f5542 |
UTF-8 | ¦U¦UB | 110000101001000111000010101001101100001010010010010101011100001010010001110000101010011011000010100100100101010101000010 | c291c2a6c29255c291c2a6c2925542 |
UHC | ???U???UB | 001111110011111100111111010101010011111100111111001111110101010101000010 | 3f3f3f553f3f3f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)