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 | 凝쒎뜊琉 | 111001011000011110011101111011001001001010001110111010111001110010001010111011111010011110001100 | e5879dec928eeb9c8aefa78c |
UHC | 凝쒎뜊琉 | 1110101111101010100111001110010110001101100011011110101110100100 | ebea9ce58d8deba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)