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 | 凝??? | 1000101111000011001111110011111100111111 | 8bc33f3f3f |
EUC-JP | 凝??? | 1011011011000101001111110011111100111111 | b6c53f3f3f |
UTF-8 | 凝붾줇琉 | 111001011000011110011101111010111011011010111110111011001010010010000111111011111010011110001100 | e5879debb6beeca487efa78c |
UHC | 凝붾줇琉 | 1110101111101010100101001110101110100001100110111110101110100100 | ebea94eba19beba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)