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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 凝??^ | 1000101111000011001111110011111101011110 | 8bc33f3f5e |
EUC-JP | 凝??^ | 1011011011000101001111110011111101011110 | b6c53f3f5e |
UTF-8 | 凝싳뙕^ | 11100101100001111001110111101100100010111011001111101011100110011001010101011110 | e5879dec8bb3eb99955e |
UHC | 凝싳뙕^ | 11101011111010101001101011101100100011001001101001011110 | ebea9aec8c9a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)