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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 艤?臆??^ | 1110010001111110001111111000100110110000001111110011111101011110 | e47e3f89b03f3f5e |
EUC-JP | 艤?臆??^ | 1110011111011111001111111011001010110010001111110011111101011110 | e7df3fb2b23f3f5e |
UTF-8 | 艤렢臆띤별^ | 11101000100010011010010011101011101000001010001011101000100001111000011011101011100111011010010011101011101100111000010001011110 | e889a4eba0a2e88786eb9da4ebb3845e |
UHC | 艤렢臆띤별^ | 1110101111111010100011101011001111100101111001101011011011101101101110101011000001011110 | ebfa8eb3e5e6b6edbab05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)