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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凝??源 | 100010111100001100111111001111111000110010111001 | 8bc33f3f8cb9 |
EUC-JP | 凝??源 | 101101101100010100111111001111111011100010111011 | b6c53f3fb8bb |
UTF-8 | 凝쒑굥源 | 111001011000011110011101111011001001001010010001111010101011010110100101111001101011101010010000 | e5879dec9291eab5a5e6ba90 |
UHC | 凝쒑굥源 | 1110101111101010100111001110100010000010100010111110101010111001 | ebea9ce8828beab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)