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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 枝?迂?釣 | 1000111001111101001111111000100101001001001111111001001011011110 | 8e7d3f89493f92de |
EUC-JP | 枝?迂?釣 | 1011101111011110001111111011000110101010001111111100010011100000 | bbde3fb1aa3fc4e0 |
UTF-8 | 枝렖迂렧釣 | 111001101001111010011101111010111010000010010110111010001011111110000010111010111010000010100111111010011000011110100011 | e69e9deba096e8bf82eba0a7e987a3 |
UHC | 枝렖迂렧釣 | 11110010101010111000111010101011111010011110011010001110101101101111000011100101 | f2ab8eabe9e68eb6f0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)