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 | 邯懍万魃運 | 11100111101101101001110011101100100101101001110011101001101011111000100101011110 | e7b69cec969ce9af895e |
EUC-JP | 邯懍万魃運 | 11101110101110001101100011101110110010111111110011110010101100011011000110111111 | eeb8d8eecbfcf2b1b1bf |
UTF-8 | 邯懍万魃運 | 111010011000001010101111111001101000011110001101111001001011100010000111111010011010110110000011111010011000000110001011 | e982afe6878de4b887e9ad83e9818b |
UHC | 邯?万魃運 | 110010101111101100111111110110001011001011011011101001101110101010100001 | cafb3fd8b2dba6eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)