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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | 依??潁?ZB | 100010001100101100111111001111111001111111110001001111110101101001000010 | 88cb3f3f9ff13f5a42 |
EUC-JP | 依??潁?ZB | 101100001100110100111111001111111101111011110011001111110101101001000010 | b0cd3f3fdef33f5a42 |
UTF-8 | 依쏆댆潁욨ZB | 1110010010111110100111011110110010001111100001101110101110001100100001101110011010111101100000011110110010011010101010000101101001000010 | e4be9dec8f86eb8c86e6bd81ec9aa85a42 |
UHC | 依쏆댆潁욨ZB | 111010111110111010011011111011001000100010110000111001111011100010011111010000010101101001000010 | ebee9bec88b0e7b89f415a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)